.placeholder-lote{
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-color: aqua;
}

.placeholder-lote img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
} 