@media (max-width: 320px) {
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
        height: 120vw;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    #main-slider .slick-bg {
        padding: 0;
        height: 80vh;
    }

    .video-title {
        font-size: 13px;
        text-align: left;
        line-height: 24px;
        margin: 12px 0 10px;
        font-weight: 600;
    }

    .swiper-container {
        height: 100vw;
    }
}

@media (max-width: 360px) {
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
        height: 100vw;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
        height: 400px;
    }
}

@media (min-width: 575px) and (max-width: 576px) {
    .swiper-container {
        height: 70vw;
    }
}


/* Small Devices Potrait */
@media (max-width: 767px) {

    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .slider-wrap .slider-content p {
        width: 100%;
    }

    #main-slider h1 {
        font-size: 40px;
        margin: 25px 0;
    }

    #main-slider .slick-bg {
        padding: 0;
        height: 600px;
    }

    #main-slider p {
        margin: 20px 0;
        width: 75%;
        font-size: 14px;
    }

    .swiper-slide .content {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
        padding: 0 5%;
        color: #fff;
    }

}

@media only screen and (max-width:990px) {
    .video-block {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {

    .video-block {
        margin-bottom: 30px;
    }


    /* Sticky Menu */
    header.sticky {
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        background-color: var(--bodyBg);
        padding: 15px 100px;
    }

    .header.sticky.fade_down_effect {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
    }
}

@media (max-width: 1023px) {
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
        height: 400px;
    }
}

@media (max-width: 1180px) {
    .swiper-slide .content .title {
        font-size: 25px;
    }

    .swiper-slide .content .caption {
        font-size: 12px;
    }
}

@media (min-width: 1181px) and (max-width:1344px) {
    .swiper-container {
        height: 60vw;
    }
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    .swiper-container {
        width: 100%;
        height: 30vw;
        transition: opacity 0.6s ease;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .swiper-container {
        height: 45vw;
    }
}

@media (min-width: 1200px) and (max-width: 1462px) {

    .video-title {
        font-size: 14px;
    }
    .swiper-container {
        width: 100%;
        height: 50vw;
        transition: opacity 0.6s ease;
    }

}