.tender-ihc-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.tender-ihc-image {
    position: relative;
    display: inline-block
}

.tender-ihc-img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity .3s ease, transform .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.tender-ihc-img.normal {
    position: relative;
    opacity: 1;
    z-index: 1
}

.tender-ihc-img.hover {
    opacity: 0;
    z-index: 2
}

.tender-ihc-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(113,97,52,0.6);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.tender-ihc-caption h1,
.tender-ihc-caption h2,
.tender-ihc-caption h3,
.tender-ihc-caption h4,
.tender-ihc-caption h5,
.tender-ihc-caption h6 {
    font-family: "Anton", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 42px;
}

.tender-ihc-image:hover .tender-ihc-img.normal {
    opacity: 0;
}

.tender-ihc-image:hover .tender-ihc-img.hover {
    opacity: 1;
}

.tender-ihc-image:hover .tender-ihc-caption {
    opacity: 1
}

.box-immagine-hover .e-grid {
    place-items: center !important;
}