.imagenes-tamano {
	height: 290px;
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}
.imagenes-tamano::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ad;
	opacity: .0;	
}