.memories-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:18px;align-items:stretch}.memories-grid img{width:100%;height:100%;min-height:460px;object-fit:cover;border:1px solid #ffffff24}.memories-grid video{display:block;width:100%;height:100%;max-height:620px;object-fit:cover;border:1px solid #ffffff24;background:#000}@media(max-width:760px){.memories-grid{grid-template-columns:1fr}.memories-grid img{min-height:280px}.memories-grid video{height:min(660px,125vw)}}
