.catalog.section.list .image {
    margin: 0px 0px 10px 0px;
    float: none;
    width: 100%;
    overflow: hidden;
    outline: solid 1px #ccc;
    border-radius: var(--block-border-radius);
    transition: all 0.25s ease-in-out;
    padding-bottom: 100%;
    position: relative;
}

.catalog.section.list .image a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.catalog.section.list .image:hover {
    box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}

.catalog.section.list .image:hover +.text a, .catalog.section.list .text a:hover {
    color: #000;
}

.catalog.section.list .image-item:hover {
    transform: scale(1.15,1.15);
}

.catalog.section.list .image-item {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.catalog.section.list .image img {
    width: 100%;
}

.catalog.section.list .item {
    min-height: 295px;
    margin-bottom: 2rem;
}
