div.base_frontal {
    background-image: url(../../assets/images/modelos/2021/pilot/colorCarroceria/Pilot_Frontal_baseGris.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


/* @media only screen and (max-width: 1139px) {
	div.base_frontal {
		width: 450px;
		background-size: 450px 312px;
	}
} */

div.base_lateral {
    background-image: url(../../assets/images/modelos/2021/pilot/colorCarroceria/Pilot_Lateral_baseGris.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

div.base_trasera {
    background-image: url(../../assets/images/modelos/2021/pilot/colorCarroceria/Pilot_Trasera_baseGris.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    /*width: 600px;
	height: 412px;*/
    /*width: 37.5em;
	height: 25.75em;*/
    width: 49.5em;
    height: 30.75em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}