/* GENERATED LESS STYLESHEET 2018 (c) IcIWare */ 
.header-image {
  position: relative;
  width: 100%;
}
.header-image > * {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.header-image h2 {
  text-align: center;
}
.main-article,
.video-iframe-wrapper {
  margin-top: 3rem;
}
.flex-half-text h3 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.flex-half-text h4 {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}
.flex-half-text p {
  font-size: 10pt;
}
.flex-half-text p:nth-child(2) {
  font-weight: bold;
}
.flex-half-image img {
  object-fit: cover !important;
}
/* desktop only style */
@media (min-aspect-ratio: 1/1), (aspect-ratio: 1/1) {
  .header-image {
    height: calc(100vh - 50px);
  }
  .header-image h2 {
    line-height: 1.5em;
    letter-spacing: 0.20em;
  }
  .video-iframe {
    width: 100% !important;
    margin-left: 0;
  }
  .main-article {
    width: calc(60% - 1rem) !important;
  }
}

