.video-slider-btn div{
    cursor: pointer;
}

.slick-prev svg {
    transform: rotate(180deg);
}
.video-slider-btn button {
	background: none;
	border: none;
}
.slick-disabled svg path {
    stroke: #8F9EA2;
}
.video-slider-btn {
    max-width: 1184px;
    margin-left:0;
    margin-right:auto;
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}
.video-slider-title{
    font-size: 30px;
    line-height: 38px;
    color: #06255B;
    font-family: AvenirProRegular, sans-serif;
    margin: 10px 0 0;
}
.video-slider-desc{
    font-size: 16px;
    line-height: 24px;
    color: #06255B;
    font-family: AvenirProRegular, sans-serif; 
    margin: 0;
}

.slider-popup-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease all;
    z-index: 1;
    
}
.show.slider-popup-video{
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0,0,0,0.5);
    transition: 0.3s ease all;
}
.slider-popup-video .slider-popup iframe{
    width: 100%;
    height: 100%;
}
.slider-popup-video .slider-popup{
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-slider-video{
    max-height: 305px;
    cursor: pointer;
}

.video-slider-video iframe{
    display: none;
    max-height: 295px;
}

.video-slider-video .fluid-width-video-wrapper{
    padding-top: 27% !important;
}

.video-slider-content .fl-slide-title{
    font-size: 30px !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    cursor:pointer;
    padding:0 !important;
}

.video-slider .video-slider-content-wrapper{
    max-width: 525px !important;
}

.video-slider .fl-slide-foreground{
    max-width: 525px !important;
}

.video-slider .fl-slide-text{
    color:#06255b;
    cursor:pointer;
    padding:0 !important;
}

.video-slider-btn .slick-prev{
    transform:rotate(180deg);
}

.video-slider .slick-slide{
    margin-right:40px;
}

.video-popup-row .video-slider-btn .slick-next{
	position: relative;
	bottom: 3px;
}

.video-popup-row .fl-module-content{
    margin-right:0;
}

.video-slider-btn img{
    cursor: pointer;
}

.video-slider-video{
    position: relative;
}

.video-slider-video .yt-icon{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top:42%;
    z-index: 2;
}

.video-slider-video .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.video-slider-video .modal .overlay{
  display: none;
}

.iframe-wrapper{
  display: none;
}

/* Lightbox */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor:pointer;
}

.modal iframe{
  width: 100%;
  display: block !important;
  max-height: 680px !important;
  min-height: 680px !important;
}

.modal img{
  display: none !important;
}

.modal .video-slider-video{
  max-height: initial !important;
  position: relative;
}

.modal .modal-content{
  position: relative;
  top:5%;
}

.video-thumbnail,
.photo-thumbnail{
  width: 100%;
  max-width: 525px;
  object-fit: cover;
  max-height: 295px !important;
}

@media screen and (min-width:1200px){

    .video-popup-row .fl-row-content-wrap{
      padding-right:0;
      padding-left: 6%;
    }

}

@media screen and (min-width:1440px){

    .video-popup-row .fl-row-content-wrap{
      padding-right:0;
      padding-left: 17%;
    }

}

@media screen and (max-width:1199px){
  .video-popup-row .slick-track{
    transform: translate3d(0, 0, 0) !important;
  }

  .video-popup-row .slick-list{
    padding-left: 0 !important;
  }
}



@media screen and (max-width:1199px){
  .modal iframe{
    max-height:500px !important;
    min-height:500px !important;
  }
}


@media screen and (max-width:991px){
  .modal iframe{
    max-height:450px !important;
    min-height:450px !important;
  }
}


@media screen and (max-width:480px){
  .modal iframe{
    max-height:250px !important;
    min-height:250px !important;
  }

  .modal{
    padding-top: 200px;
  }
}