/* Shared component styles */
.intro-video-dialog { max-width: 400px; }
.intro-video-content { position: relative; background: #000; border: 0; }
.intro-video-close {
  position: absolute; top: 8px; right: 12px; z-index: 20;
  font-size: 2rem; opacity: 0.9; background: #fff;
  padding: 3px 10px; border-radius: 5px; color: #000 !important;
}
.intro-video-aspect { position: relative; width: 100%; padding-top: 177.78%; overflow: hidden; }
.intro-video-aspect video {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}
.intro-video-unmute, .intro-video-call {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%); z-index: 10;
}
.intro-video-call { display: none; font-weight: bold; }
.contact-form-iframe { width: 100%; height: 1400px; border: none; }
