 
.srv-wrapper {
    height: 220vh;
    position: relative;
}

.srv-cover {
    background: #000;
    height: 100vh !important;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 82px;
    mix-blend-mode: multiply;
}

.srv-video {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.srv-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srv-wrapper.srv-end .srv-video {
    position: relative !important;
    top: auto !important;
}

.hero-a {
    z-index: 100;
    background-color: #000;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 180px;
    line-height: 100%;
    display: flex;
    position: relative;
}
h1.heading-hero-a.multiply.to {
    text-align:center;
    font-size: 80px !important;
    font-weight: 900;
}

.no-blend {
    mix-blend-mode: normal !important;
    position: relative;
    z-index: 5;
}

.no-blend .heading {
    color: white !important;
}

.second.heading {
  font-size: 120px;
  font-weight: 900;
  text-align:center;
}