.photoCarousel{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;padding:4rem 2rem 5rem;display:flex;position:relative}.photoCarousel .container{aspect-ratio:9/7;width:80%;max-width:52rem}@media only screen and (width<=800px){.photoCarousel .container{width:90%}}.photoCarousel .container .slide{object-fit:cover;width:100%;height:100%}.photoCarousel img.corner{width:16rem;height:16rem;position:absolute;bottom:-2.5rem;right:-2.5rem;transform:rotate(-45deg)}@media only screen and (width<=800px){.photoCarousel img.corner{width:12rem;height:12rem;bottom:-2.5rem;right:-2.5rem}}