.photo-reel{z-index:1;position:relative;overflow:hidden}.photo-reel[data-axis=vertical]{max-height:calc(3 * 256px + 2 * var(--exp-mosaic-gap));-webkit-mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%)}.photo-reel[data-axis=horizontal]{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.photo-reel-track{will-change:transform;backface-visibility:hidden;animation-timing-function:linear;animation-iteration-count:infinite;display:flex}.photo-reel[data-axis=vertical] .photo-reel-track{gap:var(--exp-mosaic-gap);animation-name:photo-reel-scroll-vertical;animation-duration:var(--exp-mosaic-reel-duration,31.2s);flex-direction:column}.photo-reel[data-axis=horizontal] .photo-reel-track{gap:var(--hotel-gallery-gap,1rem);animation-name:photo-reel-scroll-horizontal;animation-duration:var(--hotel-gallery-reel-duration,12s);flex-direction:row}@keyframes photo-reel-scroll-vertical{0%{transform:translate(0,0)}to{transform:translateY(-50%)}}@keyframes photo-reel-scroll-horizontal{0%{transform:translate(0,0)}to{transform:translate(-50%)}}[data-reel-copy]{display:contents}@media (prefers-reduced-motion:reduce){.photo-reel[data-axis] .photo-reel-track{animation:none}}.photo-reel-track:focus-within{animation-play-state:paused}
