.spacer{width:100%;height:50vh;background:#eee}.gallery{width:100%;display:flex}.left{width:50%;background-color:var(--text-primary);color:#fff}.right{height:100vh;width:50%;display:flex;flex-direction:column;justify-content:center;background-color:var(--text-secondary)}.desktopContent{margin:auto;width:80%}.desktopContentSection{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.desktopPhotos{width:97%;margin-right:3%;height:47vw;border-radius:20px;position:relative;overflow:hidden}.desktopPhoto{position:absolute;width:100%;height:100%}.blue,.green,.pink,.red{background-color:var(--text-primary)}.mobileContent{display:none}.mobilePhoto{width:90vw;height:120vw;border-radius:4vw;margin:1rem auto;display:flex}@media screen and (max-width:599px){.left{display:none}.right{height:auto;width:100%;align-items:center}.desktopPhotos{display:none}.mobileContent{display:block}}