.block-image-slider .image-slider img.attachment-image-slider {
    width: 100%;
    height: 38.891rem;
    object-fit: cover;
}
.block-image-slider .image-slider .slick-dots {
    position: relative;
    bottom: 0;
}

/* Responsive */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .block-image-slider .image-slider img.attachment-image-slider {
        height: 33.405rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .block-image-slider .image-slider img.attachment-image-slider {
        height: 25.627rem;
    }
}

@media only screen and (max-width: 767px) {
    .block-image-slider .image-slider img.attachment-image-slider {
        height: 11.448rem;
    }
}