/* AVERO Parking — responsive framing for the 16:9 product walkthrough. */
#module-field .parking-visual--film {
  align-self: center;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

#module-field .parking-entry-film {
  max-width: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 700px) {
  #module-field .parking-visual--film {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  #module-field .parking-entry-film {
    object-fit: contain;
    object-position: center;
  }

  #module-field .parking-film-play {
    right: 10px;
    bottom: 36px;
    padding: 4px;
  }

  #module-field .parking-film-play b {
    display: none;
  }
}
