.photo-gallery{position:relative}.photo-gallery__slides{display:grid;overflow:hidden;margin:2rem 0 0;list-style:none}.photo-gallery__slide{grid-area:1 / 1;transform:translate(100%);transition-property:transform;transition-timing-function:ease}.photo-gallery__slide:first-child{transform:translate(0)}@media(prefers-reduced-motion:reduce){.photo-gallery__slide{transition-duration:0ms!important}}.photo-gallery img{margin:0 auto}.photo-gallery__nav{position:absolute;top:calc(45% - 25px);margin:0;width:36px;height:60px;padding:0;border:0;cursor:pointer;z-index:10;background-color:#e5e5e5}.photo-gallery__nav:before{content:"";position:absolute;top:50%;margin-top:-10px;width:0;height:0;border:10px solid transparent}.photo-gallery__nav--prev{left:0}.photo-gallery__nav--prev:before{left:8px;border-right-color:#fff}.photo-gallery__nav--next{right:0}.photo-gallery__nav--next:before{left:14px;border-left-color:#fff}@media only screen and (max-width:40em){.photo-gallery__nav{display:none}}
