@media only screen and (max-device-height: 500px) { /* site container */ .container { height: 100vh; width: 100vw; overflow: hidden; position: absolute; top: 0; left: 0; } /* main nav */ .page .home-link, .museum-nav .home-link { font-size: 0.8rem } .site-close { padding: 1rem; } .site-close span { display: none; } .site-close img { width: 1rem; margin: 0; } .museum-nav .home-link.language-link { padding: 1rem 0.5rem 1rem 0; } .museum-nav .home-link.language-link:first-child { padding-left: 1rem; } .page .home-link.language-link { top: 2rem; padding-top: 0.5rem; } .museum-nav .mute svg { width: 1.2rem; height: 1.2rem; } /* footer */ .footer, .footer-gradient { height: 3rem; } .footer .artist-desc { padding-bottom: 0.25rem; } .footer .artist-name { font-size: 0.7rem; } .footer .artist-location { font-size: 0.7rem; } .nav-arrow { width: 3rem; height: 2.25rem; } .nav-arrow svg { width: 1.2rem; height: 1.2rem; } .footer.no-artist { pointer-events: none; } /* artist pages */ .page-artists .artist-location { bottom: 0.5rem; } .page-artists .artist-left { width: 100vw; padding-left: 5rem; padding-right: 5rem; font-size: 1.1rem; line-height: 1.4; } .page-artists .artist-right { width: 100vw; left: 0; opacity: 0.25; } .page-artists .artist-location { bottom: 0; background: #111111; padding: 0.75rem; margin: 0; } /* essay */ .page-essay .page-content { width: 100vw; padding: 0 5rem; margin: 0; } .page-essay.page-artists .artist-location { bottom: 0; padding: 0.75rem 0; } .page-essay p { font-size: 1.1rem; } .page-essay.page-artists .page-title { margin: 1rem 0; } /* charles */ .charles-text { width: 90vw; font-size: 0.8rem; } .chapter-headphones { font-size: 0.8rem; line-height: 1rem; top: 0; } .chapter-title { top: 1.0625rem; } /* nora */ .text-overlay { padding: 10vw; } }