Hi @CabinetOfCards ,
Please add code:
.collection-list__item .card {
display: flex;
position: relative;
align-items: stretch;
flex-direction: inherit !important;
}
.collection-list__item .card:before {
content: "";
width: 0;
height: 0;
padding-bottom: var(--ratio-percent);
}
Hope it helps!