/*
 * MEV2 — Harmonisation des galeries panoramiques uniques.
 * Reference: Identite sonore.
 * Desktop 2:1; mobile 3:2. Heroes, CTA image and multi-image galleries are excluded.
 */

@media (min-width:901px){
  html body.mev-cs-galleries .mev2a-wave-series--slots.mev-cs-series--landscape[data-mev-gallery-count="1"],
  html body.mev-cs-galleries .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__grid,
  html body.mev-cs-galleries #post-330#post-330 .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__grid{
    width:100%!important;
    height:auto!important;
    aspect-ratio:2 / 1!important;
    max-height:none!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:minmax(0,1fr)!important;
  }

  html body.mev-cs-galleries .mev2a-wave-series--slots.mev-cs-series--landscape[data-mev-gallery-count="1"] .mev2a-wave-series__item,
  html body.mev-cs-galleries .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__cell,
  html body.mev-cs-galleries #post-330#post-330 .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__cell{
    width:100%!important;
    height:100%!important;
    aspect-ratio:auto!important;
    max-height:none!important;
  }
}

@media (max-width:900px){
  html body.mev-cs-galleries .mev2a-wave-series--slots.mev-cs-series--landscape[data-mev-gallery-count="1"],
  html body.mev-cs-galleries .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__grid,
  html body.mev-cs-galleries #post-330#post-330 .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__grid{
    width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    max-height:none!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:none!important;
    grid-auto-rows:auto!important;
  }

  html body.mev-cs-galleries .mev2a-wave-series--slots.mev-cs-series--landscape[data-mev-gallery-count="1"] .mev2a-wave-series__item,
  html body.mev-cs-galleries .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__cell,
  html body.mev-cs-galleries #post-330#post-330 .mev-cs-gallery--slots.mev-cs-gallery--landscape[data-mev-gallery-count="1"] .mev-cs-gallery__cell{
    width:100%!important;
    height:auto!important;
    aspect-ratio:3 / 2!important;
    max-height:none!important;
  }
}
