 @media only screen and (min-width: 0rem) {#upc-gallery-page {background: var(--bone);padding: 4.5rem 1.5rem;font-family: var(--font-body);}#upc-gallery-page .upc-gallery-grid {list-style: none;margin: 0 auto;padding: 0;max-width: 78rem;display: grid;grid-template-columns: repeat(2, 1fr);gap: 0.85rem;}#upc-gallery-page .upc-gallery-grid li {margin: 0;}#upc-gallery-page .upc-gallery-item {position: relative;display: block;width: 100%;padding: 0;border: none;overflow: hidden;border-radius: 2px;aspect-ratio: 4 / 4.6;background: var(--mist-deep);cursor: pointer;}#upc-gallery-page .upc-gallery-item:focus-visible {outline: 3px solid var(--sage-deep);outline-offset: 4px;}#upc-gallery-page .upc-gallery-item img {width: 100%;height: 100%;object-fit: cover;object-position: center;}}@media only screen and (min-width: 48rem) {#upc-gallery-page {padding-left: 2.5rem;padding-right: 2.5rem;}#upc-gallery-page .upc-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.25rem;}#upc-gallery-page .upc-gallery-item {aspect-ratio: 3 / 4;}}@media only screen and (min-width: 64rem) {#upc-gallery-page {padding-top: 6.5rem;padding-bottom: 6.5rem;padding-left: 3rem;padding-right: 3rem;}#upc-gallery-page .upc-gallery-grid {grid-template-columns: repeat(3, 1fr);gap: 1.5rem;max-width: 68rem;}#upc-gallery-page .upc-gallery-item {aspect-ratio: 4 / 4.4;}}