.thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 150px !important;
    margin-top: 0px !important;
}

.mediaPhotosSwiper img {
    width: 100%;
    height: auto;
    max-height: 600px;
}

@media (max-width: 1200px) {
    .mediaPhotosSwiper img {
        max-height: 350px;
    }
}