/* Overrides to ensure the intro logo is always fully visible */

.intro .content .image.fill img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: auto;
  left: auto;
}

/* If the object-fit polyfill converts the <img> into a background on .image, force contain */
.intro .content .image.fill {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

