 @media only screen and (min-width: 0rem) {#gallery-45 {padding: var(--sectionPadding);position: relative;overflow: hidden;}#gallery-45 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#gallery-45 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#gallery-45 .cs-image-group {margin: 0;padding: 0;width: 100%;display: flex;flex-direction: column;align-items: center;gap: clamp(1rem, 1.5vw, 1.25rem);}#gallery-45 .cs-item {list-style: none;width: 100%;height: 100%;aspect-ratio: 1;margin: 0;position: relative;display: flex;justify-content: center;align-items: center;}#gallery-45 .cs-item::before {content: "";position: absolute;display: block;height: 100%;width: 100%;background-color: #000;opacity: 0.4;top: 0;left: 0;z-index: 1;transition: background-color 0.3s, opacity 0.3s;}#gallery-45 .cs-item:hover:before {background-color: #000;opacity: 0.7;}#gallery-45 .cs-item:hover img {transform: scale(1.2);}#gallery-45 .cs-item:hover .cs-h3 {opacity: 1;}#gallery-45 .cs-h3 {color: var(--bodyTextColorWhite);font-family: var(--headerFontFamily);font-weight: 400;position: absolute;z-index: 1;opacity: 0;transition: opacity 0.3s;font-size: 1.5rem;}#gallery-45 .cs-picture {margin: auto;width: 100%;height: 100%;display: block;position: relative;overflow: hidden;}#gallery-45 .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;transition: transform 0.6s;}}@media only screen and (min-width: 38rem) {#gallery-45 .cs-image-group {display: grid;grid-template-columns: repeat(12, 1fr);grid-template-rows: 1fr;}#gallery-45 .cs-item {grid-column: span 6;}}@media only screen and (min-width: 63rem) {#gallery-45 .cs-item {grid-column: span 4;}}