/* CSS dinâmico para #produto-apoio */

#produto-apoio .bg {
	position: relative; top: 0; left: 0; right: 0; bottom: 0; height: 720px;
	background-position: center; background-repeat: no-repeat; background-size: cover;
}




/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	#produto-apoio .bg { height: 640px; }

}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	#produto-apoio .bg { height: 320px; }

}

