.videoSection {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.videoOuterWrapper {
  position: relative;
  padding-bottom: 100vh;
  height: 0;
}

.videoOuterWrapper iframe,
.videoThumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videoThumbnail img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mobile-pad{
  display: none;
}
#play-button {
  position: absolute;
  bottom: 2%;
  right: 3%;
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #000;
  cursor: pointer;
  background: url(../images/playbuttonBlack.png) 0px 0px no-repeat;
  opacity: 1;
  width: 70px;
  height: 70px;
  background-size: 100% auto;
}
#play-button:hover{
  opacity: 0.5;
}

a.videoText {
  position: absolute;
  left: 11vw;
  bottom: 48%;
  z-index: 2;
  font-size: 50px;
  width: 83vw;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
    font-family: "tex_gyre_herosbold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 50px;
  text-decoration: none;
  color: #000;
}

.landscape a.videoText {
  bottom: 44%;
  line-height: 1.5;
}

a.buttonvideo {
  position: absolute;
  bottom: 7%;
  z-index: 2;
  font-size: 22px;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1;
    font-family: "tex_gyre_herosbold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none;
  left: 0px;
  border-bottom: 4px solid #fff;
  padding-bottom: 5px;
  text-align: right;
  width: 47%;
  z-index: 9999;
}
a.buttonvideo:hover{
  opacity: 0.5;
}

.buttonvideo:before {
  content: "";
  content: unset;
  position: absolute;
  top: 100%;
  border-bottom: 1px solid #ab8b42;
  width: 58vw;
  margin: 0 20px;
}

.buttonvideo:before {
  right: 85.5%;
}

a.videotitle {
  position: absolute;
  left: 5%;
  top: 8%;
  z-index: 2;
  font-size: 56px;
  width: 90%;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
    font-family: "tex_gyre_herosbold";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none;
  display: inline-block;
}

.videotitle:before,
.videotitle:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 4px solid #000;
  width: 32vw;
  margin: 0 20px;
}

.videotitle:before {
  right: 57%;
}

.videotitle::after {
  left: 57%;
}
.videoOuterWrapper .videoThumbnail video.mobile {
  display: none;
}

@media only screen and (max-width: 1023px) {
  a.videoText {
    position: absolute;
    left: 12%;
    bottom: 50%;
    z-index: 2;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
      font-family: "tex_gyre_herosbold";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
  }
  .landscape a.videoText {
    bottom: 34%;
    z-index: 2;
    font-size: 34px;
    letter-spacing: 20px;
  }
  .videotitle:before,
  .videotitle:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 4px solid #000;
    width: 22vw;
    margin: 0 20px;
  }
  .portrait .videoThumbnail video {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  a.buttonvideo {
    width: 20%;
  }
  .portrait .videoThumbnail video {
    display: block;
  }
  a.videoText {
    bottom: 42%;
    font-size: 50px;
    letter-spacing: 30px;
    width: 100%;
    letter-spacing: 0px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .videoOuterWrapper {
    position: relative;
    padding-bottom: 130%;
    height: 0;
  }
  .videoThumbnail video {
    width: 100%;
    height: 100vh;
}
}

@media screen and (max-width: 767px) {
  a.videotitle {
    left: 5%;
  }
  .landscape a.videotitle {
    top: 7%;
  }
  a.buttonvideo {
    left: 0px;
    border-color: #000;
  }
  .buttonvideo:before {
    right: 49%;
  }
  .portrait .videoSection a.videoText {
    position: absolute;
    left: 50%;
    font-size: 44px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.5;
    top: 40%;
    transform: translate(-50%, -40%);
  }
  #play-button {
    bottom: 1%;
    right: 0%;
  }
  .mobile-pad{
    display: block;
  }
  .landscape #play-button {
    bottom: 0;
    right: 2%;
  }
  .videotitle:before {
    right: 70%;
  }
  .videotitle::after {
    left: 70%;
  }
  .videoOuterWrapper iframe,
  .videoThumbnail {
    height: 100vh;
  }
  video#vid,
  .videoOuterWrapper .videoThumbnail video {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 66;
    display: block;
  }
  .videoOuterWrapper .videoThumbnail video.mobile {
    display: block;
    object-fit: unset;
  }
  .videoOuterWrapper .videoThumbnail video.desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .videoThumbnail video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 101vh;
    object-fit: cover;
  }
  .videoOuterWrapper .videoThumbnail img.desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .videotitle:before,
  .videotitle:after {
    width: 12.1vw;
  }
  .videotitle::after {
    left: 75%;
  }
  .videotitle:before {
    right: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: Portrait) {
  a.buttonvideo {
    width: 50%;
  }
  a.videoText {
    bottom: 50%;
  }
  #play-button {
    background: url(../images/playbuttonWhite.png) 0px 0px no-repeat;
    width: 100px;
    height: 100px; background-size: cover;
  }
  a.buttonvideo {
    color: #fff;
    border-bottom: 4px solid #fff;
  }
  .videotitle:before,
  .videotitle:after {
    width: 12vw;
  }
  .videotitle::after {
    left: 63%;
  }
  .videotitle:before {
    right: 63%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .videotitle:before,
  .videotitle:after {
    width: 12vw;
  }
  .videotitle::after {
    left: 65%;
  }
  .videotitle:before {
    right: 65%;
  }
  .landscape section#video {
    height: 100vh;
  }
  .videoOuterWrapper {
    padding-bottom: 100vh;
  }
  .landscape a.videoText {
    /* width: unset;
    text-align: center;
    left: 30%; */
  }
  .landscape .videoThumbnail img {
    width: 100%;
    height: 100vh;
}
  .landscape a.buttonvideo {
    border-bottom: 0.20833333333333334vw solid #000;
    color: #000;
  }
  .landscape #play-button {
    width: 100px;
    height: 100px;
    background: url(../images/playbuttonWhite.png);
    background-repeat: no-repeat; background-size: cover;
  }

}

.videoSection a.videoText {
  pointer-events: none;
}
@media (min-width: 1025px) {
  a.buttonvideo {
    font-size: 1.1458333333333333vw;
    border-bottom: 0.20833333333333334vw solid #000;
    padding-bottom: 0.404166666666667vw;
  }

  a.videotitle {
    font-size: 2.9166666666666665vw;
    line-height: 1.8229166666666667vw;
    letter-spacing: 0;
  }


  a.videoText {
    font-size: 3.6458333333333335vw;
    line-height: 0;
    letter-spacing: 0;
  }
  #play-button {
    width: 5.104166666666667vw;
    height: 5.104166666666667vw;
  }
}

@media (max-width: 1023px) and (orientation: landscape){
  .landscape a.buttonvideo {
    border-bottom: 4px solid #fff;
    color: #fff;
  }
  .landscape #play-button {
    width: 100px;
    height: 100px;
    background: url(../images/playbuttonWhite.png);
    background-repeat: no-repeat;
    bottom: -9%;     background-size: cover;
}
#play-button {
  bottom: -8%;
  }
  .landscape a.videoText {
    bottom: 45%;
    z-index: 2;
    font-size: 25px;
    letter-spacing: 0;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 25%);
}

}
