.cat-list-item-l {
    max-width: 626px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #000;
}

.cat-list-item-l::before {
    content: "";
    display: block;
    padding-top: calc((464 / 626) * 100%);
}

.cat-list-item-l img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
