.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem}.gallery-grid img{width:100%}.gallery-grid iframe{width:100%;aspect-ratio:2/1;border-radius:.25rem}.left-top:before{content:"Left"}.right-bottom:before{content:"Right"}@media screen and (max-width:992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.left-top:before{content:"Top"}.right-bottom:before{content:"Bottom"}.py-4{padding-top:2rem!important;padding-bottom:2rem!important}}@media screen and (max-width:600px){.gallery-grid{grid-template-columns:1fr}}