.hero-slide-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide > .hero-overlay {
  z-index: 1;
}

.contact-panel-image {
  width: 100%;
  height: 100%;
  min-height: 860px;
  object-fit: cover;
}

.products-mask-title span {
  background-image: url("/assets/post-3-v2.webp");
}

@media (max-width: 900px) {
  .contact-panel-image {
    height: 480px;
    min-height: 480px;
  }
}
