<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-image {display:none;}

/* Medium devices (tablets, 768px and up), horizontal nav in effect */
@media (min-width: 768px) {
  .hero-image {
    display:block;
    width: 100%;
    padding-top: 70px;
    margin-bottom: 20px;
    min-height: 156px;
  }
}
</pre></body></html>