.belle-lifestyle-image-section .belle-lifestyle-img { border-radius: 6px; overflow: hidden; aspect-ratio: 16/10; background: var(--belle-grau-hell); }
.belle-lifestyle-image-section .belle-lifestyle-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (min-width: 900px) {
  .belle-lifestyle-image-section .belle-lifestyle-img { aspect-ratio: 16/9; }
}
