html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#allrecords,
.t-records,
.t-rec,
.t-cover,
.t-container,
.t396__artboard,
.t396__carrier,
.t396__filter {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

img,
video,
body,
#allrecords,
.t-records {
  max-width: 100vw !important;
  overflow-x: clip !important;
}

.t-rec,
.t-cover,
.t-menu,
.t-menu__container,
.t-container,
.t-cover__carrier,
.t-cover__filter,
.t-cover__wrapper,
.t-cover__container {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

* {
  box-sizing: border-box !important;
}
iframe {
  max-width: 100% !important;
}

header,
.t-header,
.t228,
.t456,
.t-menu,
.t-menu__container,
.t-nav,
.t-nav__container {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

.t-header img,
.t-menu img,
.t-nav img {
  max-width: 100% !important;
}