.etc-gallery-mixed {
  --egm-aspect: 0.5625; /* fallback (9/16 en height/width) */
}

.etc-gallery-mixed__main {
  
}

.etc-gallery-mixed__main .swiper-slide {
  display: flex;
  width: auto; /* indispensable pour slidesPerView:'auto' */
  align-items: center; /* optionnel: centrage vertical agréable */
}

.etc-gallery-mixed__media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.etc-gallery-mixed__media img,
.etc-gallery-mixed__media video {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%; /* plafonné par le parent via Elementor */
  object-fit: contain; /* pas de crop */
}

.etc-gallery-mixed__caption {
  font-size: 0.95rem;
  margin-top: 8px;
  opacity: 0.85;
}

.etc-gallery-mixed__notice {
  padding: 10px 12px;
  background: #fff8e1;
  border: 1px solid #ffe08a; 
  border-radius: 6px;
}
