
.contenedor1 {
	height: 500px;
}

.modelo {
	position: absolute;
  	width: auto; 
  	height: 75%;
  	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*Código para móvil*/
@media only screen and (max-width: 768px) {
	.contenedor2 {
		text-align: center;
		margin-top: -10%;
	}
}

/*Código para tablets*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.contenedor2 {
		text-align: center;
		margin-top: 35%;
	}
}

/*Código para escritorio*/
@media only screen and (min-width: 992px){
	.contenedor2 {
		text-align: center;
		margin-top: 25%;
	}
}
