@media (min-width: 0px) and (max-width: 768px) and (orientation: portrait) {
    .fixed-area {
      display: none;
    }

    .scrollable-content {
      width: 100vw;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
  html {
    font-size: 1.5rem;
  }
}