/* SmartBug Utilities */

.u-overflow-x-auto {
  overflow-x: auto !important;
}

.u-min-width-800 {
  min-width: 800px !important;
}

.u-iframe-16-9 {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.u-mt {
    margin-top: var(--u-mt, 15px);
}
