.tmew-ih-image{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.tmew-ih-overlay{
	position: absolute;
	bottom: -65%;
	width: 100%;
	padding: 20px 25px;
	transition: all 0.8s ease-in;
}

.tmew-ih-title,
.tmew-ih-subtitle{
	margin: 0;
}

.tmew-ih-image:hover .tmew-ih-overlay,
.tmew-ih-image:focus-within .tmew-ih-overlay{
	bottom: 0;
	cursor: pointer;
}

