.gallery-module{align-items:stretch;display:flex;gap:16px}.gallery-left,.gallery-right{display:flex;flex:1;flex-direction:column;gap:16px}.gallery-left{flex:1}.gallery-right{justify-content:stretch}.gallery-image{height:300px;object-fit:cover;width:100%}.gallery-large{flex:1;max-height:none;object-fit:cover;width:100%}.gallery-image.uno{border-radius:40px 40px 0 40px}.gallery-image.dos{border-radius:40px 0 40px 40px}.gallery-large.tres{border-radius:0 40px 40px 40px}@media (max-width:768px){.gallery-module{flex-direction:column}.gallery-image,.gallery-large{height:300px}.gallery-right{width:100%}}