.spacer{width:100%;height:50vh;background:#ddd}.gallery h1{font-size:clamp(2em,4vw,6em)}.gallery p{font-size:clamp(1.4em,2.5vw,3.5em);line-height:1.4}.gallery{display:flex}.desktopContent{margin:auto}.desktopContentSection{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.desktopPhotos{width:100%;height:100%;position:relative;overflow:hidden}.desktopPhoto{position:absolute;width:100%;height:100%}.red{background:crimson}.green{background:MediumSeaGreen}.blue{background:dodgerblue}.pink{background:deepPink}.mobileContent{display:none;width:80vw}.mobilePhoto{width:80vw;height:80vw;margin-top:5em;border-radius:6vw}@media screen and (max-width:599px){.left{display:none}.right{height:auto;width:100%;align-items:center}.desktopPhotos{display:none}.mobileContent{display:block}}.card,.card-inner{position:relative}.card-inner{will-change:transform;width:100%;height:100%;padding:2em;display:flex;gap:4em}.card-content{flex:3}.card-img{flex:1;aspect-ratio:16/9;border-radius:.75em;overflow:hidden}@media (max-width:900px){h1{margin-bottom:4rem}p{font-size:1rem}.card-inner{flex-direction:column}.card-img{display:none}}