
.section-video-preview {
    background: #f1efef;
}
.section-video-preview .row {
    margin-left: 0px;
    margin-right: 0px;
}
.section-video-preview .row > * {
    padding-left: 0px;
    padding-right: 0px;
}

.gender-img {
    width: 170px;
}
.leadership-img {
    width: 80px;
}

.mySwiper-videopreview .swiper-slide {
    display: flex; 
    height: auto;
}

.video-preview {
    direction: rtl;
    height: 100%;
    width: 100%;
    display: flex; 
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: FbApolo;
    font-weight: 700;
    min-height: 100%;
    padding-bottom: 16px;
    background: #fff;
    color: #2c3391;
    text-decoration: none;
    border: none;
/*    outline: none;*/
    padding: 0;
}
.video-preview__img {
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
    border: clamp(0.125rem, 0.034rem + 0.3883vw, 0.5rem) solid #fff;
    max-height: 300px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}
.video-preview__img:before {
    content: '';
    display: block;
    padding-top: 48%;
}
.video-preview__img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
}
.video-preview__img:after {
    content: '';
    transition: .3s;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background:url(../img/icons/play-video.svg) no-repeat center;
    background-size: clamp(2.75rem, 2.2646rem + 2.0712vw, 4.75rem);
    width: 100%;
    height: 100%;
}
.video-preview__img:hover:after {
    background-color: rgba(0,0,0,.2);
}

.modal button.btn-close {
    outline: none;
    box-shadow: none;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 4;
}

@media (min-width: 1199px) {
    .mySwiper-videopreview .swiper-wrapper .swiper-slide {
        width: 33.3%;
        display: flex;
    }
}
.next-videopreview,
.prev-videopreview,
.swiper-pagination-videopreview {
    display: none;
}




@media (max-width: 1199px) {

    .section-video-preview + .section-video-preview .container {
        padding-top: 0;
    }
    .mySwiper-videopreview {
        margin-bottom: 32px;
        padding: 20px 0 32px 0;
    }
    .next-videopreview, .prev-videopreview,
    .swiper-pagination-videopreview {
        display: block;
    }
    .next-videopreview, .prev-videopreview {
        width: 30px;
        height: 30px;
        border-radius: 0;
        background-position: center;
        background-size: 18px;
        background-repeat: no-repeat;
        outline: none;
        box-shadow: none;
    }
    .next-videopreview:before, .prev-videopreview:before,
    .next-videopreview:after, .prev-videopreview:after {
        display: none;
    }
    .next-videopreview {
        right: 0;
        background-image: url(../img/icons/prev-color.png);
    }
     .prev-videopreview {
        left: 0;
        background-image: url(../img/icons/next-color.png);
     }
     .swiper-pagination.swiper-pagination-videopreview {
        bottom: 0;
     }
    .swiper-pagination-videopreview .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        background:transparent;
        border: 1px solid #283381;
opacity: 1;
    }
    .swiper-pagination-videopreview .swiper-pagination-bullet-active {
        background: #283381;
        border: transparent;
    }

}

@media (max-width: 767px) {
    .mySwiper-videopreview .swiper-slide {
        padding-left: 40px;
        padding-right: 40px;
        
    }
    
}
