.ito-9680188a-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ito-9680188a-link {
    display: block;
    text-decoration: none;
}
.ito-9680188a-image {
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.ito-9680188a-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.ito-9680188a-wrapper:hover .ito-9680188a-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}
.ito-9680188a-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}