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

.tm-container {
  width: 100% !important;
  min-width: 0 !important;
  max-width: min(80rem, 100vw) !important;
  box-sizing: border-box;
}
