#opciones_inicio {
	background-color: #000000;
}

#opciones_inicio .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#opciones_inicio article img {
	width: 160%;
	height: 100%;
	margin-left: -10em;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#opciones_inicio article img {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

}

/* Media Querys COMPLETO 
@media (min-width: 1120px) {
    
} */