/* OSSI PILLEN LEV – Galerie-Miniaturen auf Smartphones */

@media (max-width: 640px) {
  /*
   * Elementor kann Containerkinder direkt oder in einer .e-con-inner-Huelle
   * ausgeben. Beide Varianten bleiben einspaltig und nutzen die volle Breite.
   */
  .opl-v2-gallery-grid,
  .opl-v2-gallery-grid > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .opl-v2-gallery-grid > .opl-v2-gallery-image,
  .opl-v2-gallery-grid > .e-con-inner > .opl-v2-gallery-image {
    --width: 100% !important;
    --flex-grow: 0 !important;
    --flex-shrink: 0 !important;
    --flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  .opl-v2-gallery-grid .opl-v2-gallery-image .elementor-widget-container {
    width: 100% !important;
    aspect-ratio: 3 / 2;
    overflow: hidden;
  }

  .opl-v2-gallery-grid .opl-v2-gallery-image a {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }

  .opl-v2-gallery-grid .opl-v2-gallery-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 3 / 2;
    object-fit: cover !important;
    object-position: center center;
  }
}
