/* =====================================================
   Selia Lookbook – Center Images
   ===================================================== */

.products-lookbook__gallery,
.products-lookbook__content,
.products-lookbook__item,
.products-lookbook__item-inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.products-lookbook__img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.products-lookbook__img img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

/* =========================================
   iPhone Safari – Hide Play Button UI
   ========================================= */

@supports (-webkit-touch-callout: none) {
  video {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  video::-webkit-media-controls,
  video::-webkit-media-controls-panel,
  video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
}