/* Final hero artwork treatments */
.industries-hero-art {
  overflow: visible;
  isolation: isolate;
  background: #071f3a;
}

.industries-hero {
  background: #071f3a;
}

.industries-hero-art::before {
  display: none;
}

.industries-hero-art::after {
  display: none;
}

.industries-hero-art img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.about-hero-panel {
  position: relative;
  min-height: 390px;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.about-hero-panel::after {
  display: none;
}

.about-hero-panel img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

@media (max-width: 820px) {
  .about-hero-panel {
    min-height: 0;
  }
}
