.ttandem-image-gallery{display:flex;flex-wrap:wrap;gap:36px;justify-content:space-between;position:relative}.ttandem-image-gallery-title{font-family:inherit;margin:0 0 60px 0}.ttandem-image-gallery .gallery-item{position:relative;width:calc(33.33% - 24px);margin-bottom:0;overflow:hidden;aspect-ratio:1}.ttandem-image-gallery .gallery-item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ttandem-image-gallery .gallery-item .hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;transition:background .3s ease}.ttandem-image-gallery .gallery-item .hover-text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:40px 28.5px;box-sizing:border-box;text-align:right;color:#fff}.ttandem-image-gallery .gallery-item .hover-text .hover-title{font-family:inherit;font-size:30px;font-weight:600;line-height:40px;margin-bottom:auto}.ttandem-image-gallery .gallery-item .hover-text .hover-author{font-size:16px;font-weight:400;line-height:20px;margin-top:auto;opacity:0;transition:opacity .3s}.ttandem-image-gallery .gallery-item:hover .hover-overlay{background:rgba(0,0,0,.5)}.ttandem-image-gallery .gallery-item:hover .hover-text .hover-title{border-bottom:5px solid #fff;padding-bottom:14px}.ttandem-image-gallery .gallery-item:hover .hover-text .hover-author{opacity:1}.ttandem-image-gallery .pagination{display:flex;justify-content:flex-end;margin-top:18px;width:100%}.ttandem-image-gallery .pagination .pagination-arrow{font-size:24px;color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;display:block;height:40px;text-decoration:none;text-indent:-9999px;width:40px}.ttandem-image-gallery .pagination .pagination-arrow.prev{background:url(../img/icon-arrow-left-off.svg) no-repeat 0 0}.ttandem-image-gallery .pagination .pagination-arrow.next{background:url(../img/icon-arrow-right-off.svg) no-repeat 0 0}.ttandem-image-gallery .pagination .pagination-arrow:hover:not(.off).prev{background:url(../img/icon-arrow-left-on.svg) no-repeat 0 0}.ttandem-image-gallery .pagination .pagination-arrow:hover:not(.off).next{background:url(../img/icon-arrow-right-on.svg) no-repeat 0 0}.ttandem-image-gallery .pagination .pagination-arrow.off{cursor:not-allowed;background:0 0}.ttandem-image-gallery .pagination .pagination-arrow.prev.off{background:url(../img/icon-arrow-left-off.svg) no-repeat 0 0}.ttandem-image-gallery .pagination .pagination-arrow.next.off{background:url(../img/icon-arrow-right-off.svg) no-repeat 0 0}.ttandem-image-gallery .ttandem-preloader{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10}.ttandem-image-gallery .ttandem-preloader .spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#000;border-radius:50%;width:40px;height:40px;animation:ttandem-image-gallery-spin 1s linear infinite}@keyframes ttandem-image-gallery-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:768px){.ttandem-image-gallery{gap:18px}.ttandem-image-gallery .gallery-item{width:calc(50% - 12px)}}@media (max-width:480px){.ttandem-image-gallery .gallery-item{width:100%}}