.imageContainer { height: 220px; overflow: hidden; } .image { aspect-ratio: 16/9; height: 220px; object-fit: cover; width: 100%; } @media (min-width: 768px) { .imageContainer { height: 640px; } .image { border-radius: var(--Corner-radius-md); height: 100%; } }