@media screen and (max-width: 980px) and (orientation: landscape) {

html {
    width: 1200px !important;
    min-width: 1200px !important;
    overflow-x: auto !important;
}

body {
    width: 1200px !important;
    min-width: 1200px !important;
    overflow-x: auto !important;
}

/* Tilda containers */
.t-container,
.t-container_100,
.t396__artboard,
.t396__carrier,
.t396__filter {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 1200px !important;
}

/* Zero Block */
.t396 {
    width: 1200px !important;
    min-width: 1200px !important;
}

/* Все блоки */
.t-rec,
.t-records {
    width: 1200px !important;
    min-width: 1200px !important;
    overflow: visible !important;
}

/* Картинки */
img {
    max-width: none !important;
}

/* Убираем mobile scaling */
* {
    -webkit-text-size-adjust: none;
}
}