/* Conserve la carte existante, optimise seulement l'affichage de l'image FHD. */
.mq-osteo-fhd-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: #ffffff !important;
}

.mq-osteo-fhd-bg {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
}
