.meidi-landing .factory-gallery.meidi-factory-motion > .factory-gallery-image,
.meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-outgoing {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 0;
}
.meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-pause {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid #ffffff80;
  border-radius: 3px;
  background: #17211fd9;
  color: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
.meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-pause:hover { background: #f60; }
.meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-pause:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-pause[hidden] { display: none !important; }
@media (max-width: 560px) {
  .meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-pause {
    top: 10px;
    right: 10px;
    padding: 7px 11px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .meidi-landing .factory-gallery.meidi-factory-motion > .factory-gallery-image { transform: none !important; }
  .meidi-landing .factory-gallery.meidi-factory-motion > .meidi-factory-outgoing { display: none !important; }
}
