@media(max-width:768px){
    .fmcarouselvideo {
        height: 68% !important;
    }
    .fmvideochild {
        bottom: 20px !important;
        top: auto !important;
    }
    .fm-tagline {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        font-size: 10px !important;
        padding: 6px 12px !important;
        text-align: center !important;
    }
    .slick-dots {
        bottom: -45px !important;
    }
    
    .fmvideobgframe {
        transform: unset;
        top: unset;
        left: unset;
    }
    .slick-slide{
        margin-left: 0;
    }
}
@media (max-width:767px) {
    .slick-dots {
        margin-left: 35px;
    }
}
@media screen and (min-width: 320px) {
    .fmvidoe-ssr {
        min-height: 20vh;
    }
}
@media screen and (min-width: 375px) and (max-width: 475px) {
    .fmvidoe-ssr {
        min-height: 30vh;
    }
}
@media screen and (min-width: 768px) {
    .fmvidoe-ssr {
        min-height: 50vh;
    }
}
@media(max-width:1023px){
    .slick-slide {
        
        margin-bottom: -180px !important;
    }
}

@media screen and (min-width: 1024px) {
    .slick-dots{
        bottom: 10px !important;
    }
    .fmvidoe-ssr {
        min-height: 60vh;
    }
}


@media screen and (min-width: 1200px) { 
    .fmvidoe-ssr {
        min-height: 60vh;
    }
}