.elementor-slider-coatmellec-list{
	display: flex;
	flex-wrap: wrap;
	width: 80%; 
	margin: auto;
	cursor: pointer;
}
.elementor-slider-coatmellec-item{
	margin: 5px;
	position: relative;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100% auto; 
	background-position: center center;
}
.elementor-slider-coatmellec-content{
	position: absolute;
	width: 100%; 
	height: 100%; 
	top: -100%;
	left: 0;
	background-color: rgba(0, 226, 192, .8);
	color: white;
	text-align: center;
	transition: .3s all;
	opacity: 0;
}
.elementor-slider-coatmellec-content span{
	position: absolute;
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
}
.elementor-slider-coatmellec-item:hover .elementor-slider-coatmellec-content{
	top: 0;
	opacity:1;
}