:root{--tiles-gallery-item-standard-width-desktop:25%;--tiles-gallery-item-standard-width-mobile:50%;--tiles-gallery-item-featured-width-desktop:50%;--tiles-gallery-item-featured-width-mobile:100%;--tiles-gallery-item-padding:2px}.tiles-gallery-item{padding:var(--tiles-gallery-item-padding)}.tiles-gallery-item img{width:100%}.tiles-gallery-item--standard{width:var(--tiles-gallery-item-standard-width-mobile)}@media (min-width:768px){.tiles-gallery-item--standard{width:var(--tiles-gallery-item-standard-width-desktop)}}.tiles-gallery-item--featured{width:var(--tiles-gallery-item-featured-width-mobile)}@media (min-width:768px){.tiles-gallery-item--featured{width:var(--tiles-gallery-item-featured-width-desktop)}}.tiles-gallery-item__item-content{position:relative}.tiles-gallery-item .video-embed{display:block;height:0;width:100%}.tiles-gallery-item__caption{align-items:center;background:var(--tiles-gallery-item-caption-background);color:var(--tiles-gallery-item-caption-text-color);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.tiles-gallery-item:hover .tiles-gallery-item__caption{opacity:.5}.tiles-gallery-item__caption-title{font-size:calc(1.275rem + .3vw);font-weight:600}@media (min-width:1200px){.tiles-gallery-item__caption-title{font-size:1.5rem}}

/*# sourceMappingURL=tiles-gallery-item.css.map*/