.gallery__items{display:grid;gap:2rem;grid-template-columns:repeat(8,1fr)}.gallery__items__item{border:.2rem solid var(--font-color-link);border-radius:1.25rem;height:30rem;max-height:30rem;overflow:auto;transition:border-color var(--transition-time) var(--transition-timing-function),box-shadow var(--transition-time) var(--transition-timing-function)}.gallery__items__item:hover{border-color:var(--font-color-link-hover)}.gallery__items__item:active{box-shadow:0 0 2rem var(--font-color-link);transition:box-shadow var(--transition-time) var(--transition-timing-function)}.gallery__items__item:focus{outline:none}.gallery__items__item:focus-visible{outline:2px dashed var(--font-color-link-hover);outline-offset:-2px}.gallery__items__item figure{display:block;height:30rem;margin:0;max-height:inherit;overflow:hidden;width:100%}.gallery__items__item picture{display:block;height:inherit;overflow:hidden}.gallery__items__item img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}
