/* R49R4: preserve the portrait artwork ratio on narrow screens. */
@media (max-width: 720px) {
  .mn-platform-page {
    position: relative !important;
    isolation: isolate !important;
    background: transparent !important;
  }

  .mn-platform-page::before {
    content: "" !important;
    position: fixed !important;
    z-index: -2 !important;
    inset: 0 !important;
    pointer-events: none !important;
    background-color: #fff7e7 !important;
    background-image: url('/assets/meal-nearby-coming-mobile-r49r3.webp') !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .mn-platform-page::after {
    content: "" !important;
    position: fixed !important;
    z-index: -1 !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: rgba(255, 250, 239, .10) !important;
  }
}

