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

.tmew-ih-content-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: top .8s ease-in-out;
}

.tmew-ih-img:hover .tmew-ih-content-container{
    top: 0 !important;
}

.tmew-ih-text,
.tmew-ih-button-container{
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.tmew-ih-img:hover .tmew-ih-text,
.tmew-ih-img:hover .tmew-ih-button-container{
    opacity: 1;
}

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

.tmew-ih-button-container:hover{
    cursor: pointer;
}