.videoWrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 9.583333333333334vw;
  overflow: hidden;
}

.videoMain {
  position: relative;
}

.videoWrap {
  margin: 0;
  padding: 0;
}

.videoContent {
  position: absolute !important;
  top: 8vw;
  left: 0vw;
  width: 65vw !important;
}

.videoInner {
  position: relative;
}

.videoLink {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.videoLink:hover {
  opacity: 0.5;
}

.videoThumbnail img {
  object-fit: cover;
  -webkit-mask-image: url(../images/TVScreen-Cutout-mask.svg);
  mask-image: url(../images/TVScreen-Cutout-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.videoLink a {
  font-size: 1.7708333333333333vw;
  line-height: 2.5vw;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

.videoTitle {
  position: absolute;
  font-size: 1.7708333333333333vw;
  line-height: 2.5vw;
  text-transform: uppercase;
  color: #191919;
  right: 9.5vw;
  top: 8vw;
  z-index: 6;
}

/* .videoLink a:hover,
.videoLink a:hover:before{
    color: #892326;
} */

.videoLink a:before {
  content: "";
  background: url(../images/play-btn.svg) no-repeat;
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  background-size: 1.8vw;
  top: 0vw;
  left: -2.5vw;
}

.videoWrapper .owl-nav {
  position: absolute;
  bottom: 20vw;
  right: 3.5vw;
}

.videoSection .owl-nav .owl-prev {
  background: url(../images/video-prev.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 2vw;
  width: 3vw;
  position: absolute;
  background-size: 3vw;
  left: 0;
}

.videoSection .owl-nav .owl-next {
  background: url(../images/video-next.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 2vw;
  width: 3vw;
  position: absolute;
  background-size: 3vw;
  left: 4vw;
}
.videoSection .owl-nav .owl-prev:hover {
  background: url(../images/video-prev.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-size: 3vw;
  opacity: 0.5;
}

.videoSection .owl-nav .owl-next:hover {
  background: url(../images/video-next.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-size: 3vw;
  opacity: 0.5;

}

.videoWrapper1 .owl-nav .owl-prev:hover,
.videoWrapper1 .owl-nav .owl-next:hover {
  opacity: 0.5;
}

.videoTitle.mob {
  display: none;
}

.videoLinkFire {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 39%;
  z-index: 10;
}

.videoLinkFire a {
  font-size: 1.7708333333333333vw;
  line-height: 2.5vw;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.videoLinkFire a:before {
  content: "";
  background: url(../images/play-btn.svg) no-repeat;
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  background-size: 1.8vw;
  top: 0vw;
  left: -2.5vw;
}

/* ------------------------video-css--- */

.videoWrapper1.videoSection .owl-nav {
  display: none;
}
a.preplay:hover {
  opacity: 0.6;
}
div#video {
  margin-top: 17.5vw;
  margin-bottom: 13vw;
}
.videoWrapper1.videoSection.fade-in-bottom {
  padding-left: 2.5%;
}

body .owl-carousel.owl-theme {
  display: flex;
  justify-content: center;
}
body .videoWrapper1 {
  margin-right: 15px;
  position: relative;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56.25%;
}
.videoWrapper1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  /* background: transparent; */
}
a.preplay {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
  width: 60%;
  font-style: normal;
  font-weight: 500;
  background: url("../images/play-btn.svg")
    no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  z-index: 10;
  /* display: none; */
}
.video-title {
  font-size: 10px;
  color: #fff;
  background: #000;
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.videoWrapper1.videoSection.fade-in-bottom h1 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: lowercase;
}
.followText {
  display: inline-block;
  margin-right: 14px;
  font-size: 1vw;
  font-family: itc-american-typewriter;
  font-weight: 400;
}
.followBtn {
  display: inline-block;
  vertical-align: middle;
}
.followWrap {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  text-transform: lowercase;
}
/* .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 36px;
  color: #fff;
  background: url(../assets/prev-arrow.svg) no-repeat;
  -webkit-transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 36px;
  color: #fff;
  background: url(../assets/next-arrow.svg) no-repeat;
  -webkit-transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  transition: all 0.5s ease-in-out;
} */
.owl-theme .owl-nav {
  font-size: 30px;
}
.play-button {
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 180px);
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
  width: 60%;
  font-style: normal;
  font-weight: 500;
  background: url("https://assets.wmgartistservices.com/youtube-template/Play.svg")
    no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  z-index: 10;
}
#videoNav .owl-prev {
  width: 3.125vw;
  height: 2.604167vw;
  display: inline-block;
  background: url(../images/prevArrow.png);
  background-size: 100% auto;
  background: url(../images/video-prev.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 2vw;
  width: 3vw;
  position: absolute;
  background-size: 3vw;
  left: 0;
}


#videoNav .owl-next {
background: url(../images/video-next.svg);
background-repeat: no-repeat;
-webkit-appearance: none;
font-size: 0px;
margin: 0px;
padding: 0px;
height: 2vw;
width: 3vw;
position: absolute;
background-size: 3vw;
left: 4vw;
}
@media only screen and (max-width: 767px) {
  .videoWrapper1.videoSection.fade-in-bottom {
    padding-left: 5%;
  }
  .videoWrapper1.videoSection .owl-nav {
    display: block;
  }
  body .Video-section .owl-carousel .owl-nav button.owl-next {
    top: 50%;
  }
  div#video {
    margin-top: 100px;
  }
}

.videoWrapper1.videoSection.fade-in-bottom iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

body .layout-container {
  max-width: initial;
}

iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
body .videoWrapper1 {
  padding-top: 0%;
}

/* -------------------------------------- */
@media only screen and (max-width: 1023px),
  (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .videoTitle {
    position: unset;
    font-size: 52px;
    line-height: 72px;
    text-transform: uppercase;
    color: #ffffff;
    right: 0;
    top: 0;
    text-align: center;
    margin-bottom: 8px;
    display: none;
  }
  .play-button {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 55px);
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    text-decoration: none;
    width: 60%;
    font-style: normal;
    font-weight: 500;
    background: url(https://assets.wmgartistservices.com/youtube-template/Play.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    z-index: 10;
}

  .videoTitle.mob {
    display: block;
    font-size: 52px;
    line-height: 72px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
  }

  .videoWrapper {
    width: 98%;
    margin: 0 auto;
    margin-top: 63px;
  }

  .videoContent {
    position: absolute !important;
    top: 7vw;
    left: -5vw;
    width: 86vw !important;
  }

  .videoLink a,
  .videoLinkFire a {
    font-size: 10px;
    line-height: 12px;
  }

  .videoLink a:before,
  .videoLinkFire a:before {
    width: 10px;
    height: 10px;
    background-size: 10px;
    top: 6px;
    left: -14px;
  }

  .videoWrapper .owl-nav {
    position: absolute;
    bottom: 25vw;
    right: 2vw;
  }
}

@media only screen and (min-width: 2560px) {
  .videoContent {
    width: 60vw !important;
    left: 2vw;
  }

  .videoWrapper .owl-nav {
    bottom: 21vw;
    right: 4vw;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .videoWrapper .owl-nav {
    bottom: 20vw;
    right: 2vw;
  }
}

.tvWrap {
  position: relative;
  z-index: 5;
}

#videoNav {
  position: absolute;
  width: 9%;
  height: 73px;
  right: 11%;
  top: 46.5%;
  z-index: 6;
}

@media only screen and (max-width: 1023px),
  (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  #videoNav {
    position: absolute;
    width: 1vw;
    top: 45%;
    z-index: 6;
    height: 2vw;
    width: 7vw;
    right: 12vw;
  }

}

@media only screen and (min-width: 1025px){
  a.preplay {
    position: absolute;
    top: calc(50% - 2vw);
    left: calc(50% - 2vw);
    text-align: center;
    height: 55px;
}
}


.vid-overlay {
  background: url(../images/TV.png) no-repeat;
  background-size: 100% auto;
  inset: 0;
  background-position: top center;
  position: relative;
  z-index: 1;
  height: 54vw;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 30%, 65% 30%, 48% 72%, 25% 72%, 25% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 30%, 65% 30%, 48% 72%, 25% 72%, 25% 100%, 100% 100%, 100% 0%);
}


@media only screen and (min-width: 1200px) and (max-width: 1300px){
#videoNav {

  top: 52%;
}
.vid-overlay {
  height: 47vw;
}
}

@media only screen and (max-width: 1024px){
a.preplay {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 35px;

}
.vid-overlay {
  background: url(../images/TV.png) no-repeat;
  background-size: 100% auto;
  inset: 0;
  background-position: top center;
  position: relative;
  z-index: 1;
  height: 69vw;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 30%, 65% 30%, 48% 72%, 25% 72%, 25% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 30%, 65% 30%, 48% 72%, 25% 72%, 25% 100%, 100% 100%, 100% 0%);
}
}
@media only screen and (max-width: 1024px) and (orientation: landscape){
.vid-overlay {
    height: 145vh;
}
}
@media only screen and (max-width: 767px) and (orientation:landscape){
.vid-overlay {
    height: 126vh;
}
}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
.vid-overlay {
  height: 54vw;
}}
@media only screen and (max-width: 1023px) and (orientation: landscape){
  #videoNav .owl-prev {
    width: 3.125vw;
    height: 2.604167vw;
    display: inline-block;
    background: url(../images/prevArrow.png);
    background-size: 100% auto;
    background: url(../images/video-prev.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    height: 2vw;
    width: 3vw;
    position: absolute;
    background-size: 3vw;
    left: 0;
    -moz-text-size-adjust: none; 
    -webkit-text-size-adjust: none; 
    text-size-adjust: none; 
  }
  #videoNav .owl-next {
    background: url(../images/video-next.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    height: 2vw;
    width: 3vw;
    position: absolute;
    background-size: 3vw;
    left: 4vw;
    -moz-text-size-adjust: none; 
    -webkit-text-size-adjust: none; 
    text-size-adjust: none; 
    }
  }