.youtubeLightBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.youtubeLightBox {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
#ytEmbedAndClose {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  /* position: relative;
      */
}
.video-title {
  background: rgba(90, 90, 110, 0.7);
}
.video-title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0px;
  padding: 15px 0 15px 30px;
  text-transform: uppercase;
  position: relative;
  position: absolute;
  bottom: 0;
  background: #272727;
  width: 100%;
  text-align: left;
}
.video-title:before {
  content: "";
  background: url(../images/video-play.png) no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.video-title:hover::before {
  opacity: 0.8;
}
.video-title span {
  width: 19%;
}
.video-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* font-family: black-beard, sans-serif; */
  font-family: "sernes_light";
}
.owl-dots {
}
.owl-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 2.8%;
  transform: translate(-50%, -50%);
}
section#video-section .owl-dot {
  border-radius: 50%;
  width: 11px;
  height: 12px;
}
.moreVideos {
  position: absolute;
  text-align: center;
  right: 3%;
  bottom: 0.5vw;
  transform: translate(-50%, -50%);
  font-size: 30px;
  z-index: 999;
}
section#video-section {
  position: relative;
}
.moreVideos a {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  /* font-family: black-beard, sans-serif; */
  font-family: Helvetica Neue, tex_gyre_herosbold, Arial;
  transition: all 0.3s;
}
.moreVideos a:after {
  content: "";
  background: url(../images/white-right-listen-arrow.png) no-repeat;
  background-size: 100% auto;
  width: 2vw;
  height: 2vh;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
}
.moreVideos a:hover::after {
  content: "";
  background: url(../images/white-right-listen-arrow.png) no-repeat;
  background-size: 100% auto;
  width: 3vw;
  height: 2vh;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.owl-carousel .owl-nav div.owl-prev {
  text-align: left;
  left: 0;
  background: url(../images/leftarrow.png?akaka) no-repeat;

  border: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  background-position: center;
}
.owl-carousel .owl-nav div.owl-next {
  text-align: right;
  right: 0;
  background: url(../images/rightarrow.png) no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  background-position: center;
  top: 40%;
  transform: none;
}
.owl-nav {
  position: initial;
}

.moreVideos a:after {
  top: 35%!important;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .video-title {
    padding: 14px;
  }
  .video-title:before {
    width: 25px;
    height: 30px;
    margin-right: 9px;
  }
  .video-title span {
    width: 52%;
    font-size: 16px;
  }
  .moreVideos {
    position: relative;
  }
  .moreVideos a {
    text-transform: uppercase;
    font-size: 5vw;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: Helvetica Neue, tex_gyre_herosbold, Arial;
  }
  .owl-dots {
    width: 15%;
    bottom: 8%;
    right: 0;
    position: absolute;
    display: inline-block;
    margin-right: 19px;
    transform: none;
    left: initial;
  }
  .owl-carousel .owl-nav div.owl-next {
    top: 39%;
  }

  .video-title {
    padding: 32px 15px;
    position: relative;
  }
  .video-title:before {
    width: 32px;
    height: 44px;
    margin-right: 9px;
  }
  .video-title span {
    width: 50%;
    font-size: 20px;
  }
  .moreVideos {
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    width: 100%;
    height: 140px;
    line-height: 120px;
  }
  .owl-dots {
    width: 81px;
    bottom: 45px;
    right: 0;
    position: absolute;
    display: inline-block;
    margin-right: 14px;
    transform: none;
    left: initial;
  }
  .owl-carousel .owl-nav div.owl-next {
    top: 39%;
  }
  .moreVideos a:after {
    display: none;
  }
  .moreVideos a {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 50px;
    color: #fe4646;
    background: #fff;
    font-family: Helvetica Neue, tex_gyre_herosbold, Arial;
  }

  .moreVideos {
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    width: 100%;
    height: 25vw;
    line-height: 25vw;
    background: #fff;
    color: #000;
  }
  .sectionHeader.videosection {
    display: block;
    margin-bottom: 15vw;
    margin-top: 13vw;
    padding: 0;
  }
  .owl-carousel .owl-nav div.owl-next {
    background-position: center;
    right: 1vw;
    top: 30%;
    width: 5vw;
  }
  .owl-carousel .owl-nav div.owl-prev {
    /* background: url(../images/leftarrowred.png) no-repeat; */
    background-position: center;
    left: 1vw;
    top: 35%;
    height: 8vw;
  }
  .video-title:before {
    width: 10vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .video-title span {
      width: 32%;
      font-size: 4.1vw;
      line-height: 5.6vw;
      letter-spacing: 0;
  }
  .video-title {
    padding: 7vw 5vw;
    position: relative;
    background: #000;
  }
  .owl-dots {
    width: max-content;
    bottom: 11vw;
    right: 0;
    position: absolute;
    display: inline-block;
    margin-right: 3vw;
    transform: none;
    left: initial;
  }
  .moreVideos a {
    text-transform: uppercase;
    font-size: 3.58974358974359vw;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: 'tex_gyre_herosbold';
    letter-spacing: 0;
  }
  section#video-section .owl-dot {
    border-radius: 50%;
    width: 4vw;
    height: 4vw;
  }
  section#video-section .owl-dots {
    bottom: 15vw;
  }
  section#video-section .video-title {
    padding-top: 0;
  }
  section#video-section .video-title {
    padding: 7vw 5vw 7vw;
    position: relative;
    background: #000;
  }
}



@media screen and (min-width: 1025px) {
  .view_more:hover:after {
    top: 40%!important;
  }
  .video-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.410541727672035vw;
    letter-spacing: 0;
    text-transform: uppercase;
    /* font-family: black-beard, sans-serif; */
  font-family: "sernes_light";
}
section#video-section .owl-dot {
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
}
section#video-section .owl-dot {
  margin-right: 0.5vw;
}
section#video-section .moreVideos a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.02489vw;
  letter-spacing: 0;
  /* font-family: black-beard, sans-serif; */
  font-family: tex_gyre_herosbold;
  transition: all 0.3s;
}
section#video-section .owl-dots {
  bottom: 1vw;
}
section#video-section .video-title {
  padding: 1.5vw 2vw;
}
section#video-section .owl-dots {
  bottom: 1.5vw;
}
section#video-section .moreVideos a:after {
  top: 40% !important;
}
section#video-section .moreVideos a:hover::after {
  width: 2.8vw;
  height: 1vw;
}
section#video-section .video-title {
  padding: 1.5vw 2vw;
  box-sizing: border-box;
}
}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
  .moreVideos a:after {
      top: 47% !important;
  }
  .owl-dots {  
    bottom: 4.8%;
  }
  .moreVideos {  
    bottom: 1vw;
  }
}
@media screen and (min-width: 1920px) {
 .owl-carousel .owl-nav div.owl-prev,.owl-carousel .owl-nav div.owl-next {  
      background-size: 2vw auto;
      width: 4vw;
      height: 3vw;
  }
  .owl-carousel .owl-nav div.owl-next{
    top: 39%;
  }
  section#video-section .moreVideos a:after {
    top: 15% !important;
  }
}