<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print, (min-width: 737px) {
  .magazine_thumb {
    width: 258px;
  }
}

@media screen and (max-width: 736px) {
  .magazine_thumb {
    width: 100%;
  }
}
</pre></body></html>