/*
 * Align the MVRPAY hero spacing rhythm with the reference:
 * preserve the bounded media composition while making its canvas full-bleed.
 */

.section1-container {
  margin-top: 6.5rem !important;
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}

.section1-container .video-wrapper {
  background: #000;
}

@media (max-width: 992px) {
  .section1-container {
    margin-top: 5.75rem !important;
  }
}

@media (max-width: 768px) {
  .section1-container {
    margin-top: 5rem !important;
  }
}
