.offmat-site-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  background-color: #050505;
}

.offmat-site-background picture,
.offmat-site-background img {
  display: block;
  width: 100%;
  height: 100%;
}

.offmat-site-background img {
  object-fit: cover;
  object-position: center center;
  max-width: none;
  border-radius: 0;
}

.offmat-site-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.offmat-site-background--document::after {
  background: rgba(0, 0, 0, 0.68);
}

.offmat-site-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .offmat-site-background img {
    object-position: center top;
  }
}
