.vcextend-bg-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    margin-top: 25px;
}

.vcextend-bg-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #505050;
    opacity: 0.2;
    margin: 0 4px;
}

.vcextend-bg-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #acacac;
}

.vcextend-bg-slider .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.vcextend-bg-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.vcextend-bg-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
}

.vcextend-bg-slider .swiper-container {
    padding-top: 20px;
}

.vcextend-bg-slider {
    font-family: "Raleway", sans-serif !important;
    color: #FFFFFF;
}

.vc-highlights-title {
    color: #000;
    font-family: Roboto, serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

.vcextend-highlights-title {
    color: #000;
    font-family: Roboto, serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
}

.vcextend-highlights-image {
    object-fit: contain;
    margin-bottom: 12px;
    margin-top: 35px;

}

.vcextend-highlights-image .image-size {
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 140px;
}

.modal[class*="highlights-modal"] {
    border-radius: 0;
    min-height: 260px;
    background: none;
    padding: 0 0;
    max-width: 800px;
}

.modal .highlights-modal-close {
    position: absolute;
    font-size: 25px;
    margin-left: 89%;
}

.vc-highlights-iframe {
    height: 500px !important;
}

.vcextend-highlights-image .video-play-icon {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vcextend-highlights-image .video-play-icon .play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    opacity: 0.5;
}

@media (min-width: 1001px) {
    .vcextend-highlights-image .image-size {
        width: 280px;
        height: 160px;
    }
}


