.slideshow {
    height: 150px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .slideshow {
        height: 400px;
    }
}
