<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1100px) {
  #box-3 {
    height: 100vh;
    width: 100%;
    background-size: contain;
    display: table;
    background-attachment: fixed;
    background-position: top;
  }
}

</pre></body></html>