/* Show the complete 1191x700 office image on mobile. */
@media (max-width: 767px) {
  #spaces + .mob-slider-block .features__image {
    height: auto !important;
    aspect-ratio: auto !important;
  }

  #spaces + .mob-slider-block .features__image img {
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: contain;
  }
}
