.gallery{position:relative;margin-left:auto;margin-right:auto}.gallery__item{padding:calc(1.5rem / 2)}.gallery__item figure{height:100%;margin:0;border:.125rem solid #0025aa;overflow:hidden}.gallery__item--standard{width:50%;aspect-ratio:1}@media(min-width: 834px){.gallery__item--standard{width:20%;aspect-ratio:16/12}}.gallery__item--landscape{width:100%;aspect-ratio:8/4}@media(min-width: 834px){.gallery__item--landscape{width:40%;aspect-ratio:32/12}}.gallery__item--portrait{width:50%;aspect-ratio:4/8}@media(min-width: 834px){.gallery__item--portrait{width:20%;aspect-ratio:16/24}}.gallery__item--video::before,.gallery__item--video::after,.gallery__item--vimp::before,.gallery__item--vimp::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;pointer-events:none}.gallery__item--video::before,.gallery__item--vimp::before{width:3.5rem;height:2.8125rem;background:rgba(0,37,170,.5);border:2px solid #fff}.gallery__item--video::after,.gallery__item--vimp::after{aspect-ratio:1;width:0;height:0;border-style:solid;border-width:.71875rem 0 .71875rem 1.25rem;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.gallery__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-in-out}.gallery__item img:hover{transform:scale(1.1)}

/*# sourceMappingURL=gallery.min.css.map*/