<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width:800px) {
  article&gt;div { width: 85vw; transform: unset; }
  article&gt;h2 { font-size: 18vw; margin-left: 0; }
  #videos figure { margin-left: 0; margin-right: 0; max-width: 80vw!important; }
}
@media only screen and (max-width:700px) {
	body::before { background-size: 120px; }
}
@media screen and (max-width:500px) {
  html, body { margin:0; }
  h1 { letter-spacing: 0; opacity: 0.7; }
  .main { min-height: -webkit-fill-available; }

  p, td, span, div, figcaption { font-size: 5vw; }
  .intro h1 { font-size:25vw; }
  .intro h2 { font-size:10vw; }
  ul#menu-main { font-size: 14vw; }
  a.wp-block-file__button { display: inline-block;  margin:10px 0; }
  .wp-block-file&gt;a:first-of-type { white-space: nowrap; }
  .menu-icon { right: 4vw; }
	
	article&gt;div { width: 90%; transform: unset; padding: 10px 15px; }
}
</pre></body></html>