.wrap-slider-item {
    height: 500px;
}

@media (max-width:767px) {
    .wrap-slider-item {
        height: 240px;
    }

    .wrap-slider-item.has-mobile-bg {
        background-size: cover;
        background-repeat: no-repeat;
    }
}