/* Front page artwork and banner only. */
.home .top_top_section {
  margin-top: 0 !important;
}
.civilab-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 724;
  overflow: hidden;
}
.civilab-hero__picture,
.civilab-hero__image {
  display: block;
  width: 100%;
  height: 100%;
}
.civilab-hero__image {
  object-fit: cover;
  object-position: center;
}
.civilab-hero__banner {
  position: absolute;
  width: 25.15625%;
  right: 10.55%;
  bottom: 5.9%;
  display: block;
  transition: opacity .2s;
}
.civilab-hero__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.civilab-hero__banner:hover {
  opacity: .85;
}
.civilab-hero__banner:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -12px;
}
@media (max-width: 639px) {
  .civilab-hero {
    aspect-ratio: 656 / 883;
  }
  .civilab-hero__banner {
    width: 76.22%;
    right: 11.89%;
    bottom: 2.5%;
  }
}
