.tmew-ih-bg-img{
    position: relative;
    overflow: hidden;
}

.tmew-ih-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    transition: top .5s ease-in-out, background-color .3s ease-in-out;
    z-index: 3;
}

.tmew-ih-overlay-multiplied{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: top .5s ease-in-out, background-color .4s ease-in-out;
    z-index: 2;
}

.tmew-ih-bg-img:hover .tmew-ih-overlay{
    top: 0 !important;
    background-color: transparent !important;
}

.tmew-ih-bg-img:hover .tmew-ih-overlay-multiplied{
    top: 0 !important;
    mix-blend-mode: multiply;
}

.tmew-ih-detail-container{
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.tmew-ih-bg-img:hover .tmew-ih-detail-container{
    opacity: 1;
    visibility: visible;
}

.tmew-ih-text{
    margin-top: 25px;
    margin-bottom: 25px;
}

.tmew-ih-button-container{
    width: fit-content;
    display: inline-flex;
}

