.accomodation-gallery .ac-gallery .image-holder {
    height: 352px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 352px;
}

.ac-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.spbooking-col-md-7.spbooking-col-lg-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.view-accomodations .spbooking-col-md-5.spbooking-col-lg-4 {
    display: none;
}
.spbooking .spbooking-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
}

h4.amenities.is-uppercase {
    display: none;
}

div#accomodation-osm-map {
    display: none;
}

.mt-preset {
    margin-top: 10px;
}