/* French media SEO: preserve the former background-cover composition. */
body.vm-fr-site .vm-hero > .vm-seo-hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 0;
  pointer-events: none;
}
