/*
 * v1.9.56 - Contact Us banner: image-only presentation.
 * Keep the page URL and SEO metadata untouched. The uploaded desktop/mobile
 * artwork fills the banner without template copy, buttons, labels or masks.
 */

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero {
  min-height: 390px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #102b40 !important;
}

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero > .internal-hero-grid.container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 390px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-copy,
body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .hero-label {
  display: none !important;
}

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-media {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: 390px !important;
  min-height: 390px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #102b40 !important;
}

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-media::before,
body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-media::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 620px) {
  body.zl-v022.zl-single-page .zl-contact-single > .internal-hero,
  body.zl-v022.zl-single-page .zl-contact-single > .internal-hero > .internal-hero-grid.container,
  body.zl-v022.zl-single-page .zl-contact-single > .internal-hero .internal-hero-media {
    height: 430px !important;
    min-height: 430px !important;
  }
}
