@media(max-width:767px) {
    .movie-card-small .details {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .hero-card-slider {
        display: block;
        transform: translate(-50%, -50%);
        left: 55%;
        width: 100%;
        bottom: 0;
    }
}