@media(min-width:200px) and (max-width: 400px) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }

    .csslider1>ul>.slide.img img {
        height: 400px;
    }

    .csslider1 {
        height: 400px !important;
    }
}

@media(min-width:400px) and (max-width: 728px) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }

    .csslider1>ul>.slide.img img {
        height: 400px;
    }

    .csslider1 {
        height: 400px !important;
    }
}
/*iPhone X*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3)

/* uncomment for only portrait: */
/* and (orientation: portrait) */
/* uncomment for only landscape: */
/* and (orientation: landscape) */
    {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }

    .csslider1>ul>.slide.img img {
        height: 400px;
    }

    .csslider1 {
        height: 400px !important;
    }

}

/*iPhone 6+, 7+ and 8+*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3)

/* uncomment for only portrait: */
/* and (orientation: portrait) */
/* uncomment for only landscape: */
/* and (orientation: landscape) */
    {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }

    .csslider1>ul>.slide.img img {
        height: 400px;
    }

    .csslider1 {
        height: 400px !important;
    }

}

/*iPhone 6, 6S, 7 and 8*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2)

/* uncomment for only portrait: */
/* and (orientation: portrait) */
/* uncomment for only landscape: */
/* and (orientation: landscape) */
    {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }

    .csslider1>ul>.slide.img img {
        height: 400px;
    }

    .csslider1 {
        height: 400px !important;
    }

}