.lz-collection-cover,
.lz-archive-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #f1ede5;
}

.lz-collection-cover img,
.lz-archive-cover img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.lz-large-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}

.lz-large-cover img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 560px;
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 700px) {
    .lz-collection-cover {
        width: min(100%, 340px);
        margin-inline: auto;
    }

    .lz-large-cover {
        width: min(100%, 320px);
        margin-inline: auto;
    }
}
