@media only screen and (max-width: 600px) {
.details{
    width: 100%;
    text-align:center;
    bottom: 40px!important;
}

.body.gallery .asset.swiper-slide.image img {
    max-height: calc(100vh - 250px)!important;
}

body.gallery .asset.swiper-slide .image-placeholder{
   max-height: calc(100vh - 250px)!important;
}
}
