.tb-dynamic-grid .tb-dynamic-card > a:first-child,
.tb-template-grid .tb-template-card > a:first-child {
    display: block;
    background: #f7f7f4;
    overflow: hidden;
}

.tb-dynamic-card img,
.tb-template-thumb img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: top center;
    background: transparent;
}

.tb-dynamic-card .tb-template-placeholder,
.tb-template-thumb {
    min-height: 0;
}
