:root{--panoramaWidth: 145%;--panoramaSlideWidth: calc(145% / 7)}@media(min-width: 60em){:root{--panoramaWidth: 115%;--panoramaSlideWidth: calc(115% / 7)}}.panorama{color:var(--color-text);padding-block:var(--space-3);position:relative;width:100%}.panorama__gallery{display:inline-flex;gap:var(--space-fixed-2);justify-content:center;position:relative;width:var(--panoramaWidth)}.panorama__item{align-self:flex-start;aspect-ratio:4/5;border-radius:.75rem;flex-basis:var(--panoramaSlideWidth);flex-shrink:0;overflow:hidden;transition:opacity var(--trs-time) var(--trs-tfunc)}.panorama__item>*{height:100%;width:100%}.panorama__item .frame{border-radius:0;height:100%}.panorama__item-image img{object-position:top}.panorama__item-overlay{align-items:center;background-color:rgba(6,4,14,.8);color:#fff;display:flex;height:100%;inset:0;justify-content:center;opacity:0;position:absolute;text-decoration:none;transition:opacity var(--trs-time) var(--trs-tfunc);visibility:hidden;width:100%}@media(hover: hover){.panorama__item:hover .panorama__item-overlay{opacity:1;visibility:visible}}.motionPath{left:35%;opacity:0;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0);visibility:hidden;width:var(--panoramaWidth)}@media(min-width: 60em){.motionPath{left:42%}}

/*# sourceMappingURL=panorama.css.map */