<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.staticframe {
  width: 100%;
  height: 398px;
  background-size: cover;
  background-position: top right;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .staticframe {
    height: 210px;
  }
  .staticbox {
    margin-bottom: 30px;
  }
}
</pre></body></html>