.gallery{position:relative;height:70vh;width:100%;overflow:hidden}@media (min-width:1200px){.gallery{height:85vh}}.gallery__item{position:absolute;top:0;transition:transform .3s ease-in-out;height:100%;width:100%}.gallery__item:first-child{position:relative}.gallery__item__image{width:100%;height:100%}.gallery__item__title{position:absolute;bottom:0;margin:1em;text-align:center}@media (min-width:1200px){.gallery__item__title{margin:1.25em}}.gallery__item__title h2{color:#fff;font-size:2em}.gallery__arrow{position:absolute;width:2em;height:2em;top:50%;border-radius:50%;z-index:1;cursor:pointer;background-repeat:no-repeat;background-position:50%;background-size:cover;background-image:url(/static/img/svg/arrow.svg)}.gallery__arrow--prev{left:.5em;right:auto;transform:translateY(-50%) rotate(180deg)}.gallery__arrow--next{right:.5em;left:auto;transform:translateY(-50%) rotate(0deg)}