.gallery:not(.gallery--slider){display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.gallery__item-wrapper{display:block;padding:.5rem}.gallery__item{border-radius:.5rem;display:flex;overflow:hidden;transition:transform .3s;width:100%}.gallery__item-wrapper:hover .gallery__item{transform:scale(1.01)}.gallery__thumbnail-wrapper{height:260px;position:relative;width:100%}.gallery__thumbnail-overlay{height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:1}.gallery__item--external .gallery__thumbnail-overlay,.gallery__item--file_manager .gallery__thumbnail-overlay{background-color:#fff}.gallery__thumbnail{height:100%;object-fit:cover;width:100%}.gallery__thumbnail-wrapper svg{height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:2}@media (max-width:992px){.gallery__item-wrapper{width:50%}.gallery__thumbnail-wrapper{aspect-ratio:4/3}}@media (max-width:767px){.gallery__item-wrapper{width:100%}.gallery--slider{padding-bottom:3.5rem}.gallery--slider .flickity-prev-next-button{bottom:.5rem}}@media (min-width:768px){.gallery--slider .flickity-prev-next-button.previous{left:-2rem}.gallery--slider .flickity-prev-next-button.next{right:-2rem}}