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

.banner-sub {
  cursor: pointer;
  flex: 1;
}

.banner-sub img {
  width: 100%;
}

@media (max-width: 768px) {
  .banner-main {
    display: block;
  }
}
</pre></body></html>