/* Только изображение Alarcon во всех подобных блоках + правильный фон */
@media screen and (max-width: 960px) {
  .t1000__background-image.t-bgimg[style*="Alarcon"],
  .t1000__background-image.t-bgimg.loaded[style*="Alarcon"] {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;

    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 auto !important;

    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f7f2ea !important;
  }
}