.ecclz-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-size: cover !important;
    background-position: center !important;
    transition: background-size 0.5s ease;
}

.ecclz-wrapper:hover {
    background-size: 110% !important;
}

.ecclz-wrapper .ecclz-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    text-decoration: none;
}
