.spectacle-item {
    display: block;
}
.spectacle-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
