Art Foundation Book Tickets

.aspect-\[3\/2\] { object-fit: cover; /* Ensures the image scales properly without stretching */ width: 100%; /* Ensures the image takes the full width of its container */ height: auto; /* Maintains aspect ratio */ } .loaded img { object-fit: contain; /* Ensures the full image is visible without cropping */ width: 100%; height: auto; }