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

.banner__media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
</pre></body></html>