#segmentos .bg {
	background-image: url('../images/site/segmentos_hidraulico_e_pneumatico_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#segmentos .top {
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	height: 750px;
}
#segmentos .img01 {
	position: absolute;
	top: 310px;
	right: 5%;
	max-width: 100%;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px){
	#segmentos .top {
		height: 600px;
	}
	#segmentos .img01 {
		top: 150px;
		width: 280px;
	}
}

@media only screen and (min-width: 800px) {
	#segmentos .top {
		height: 580px;
	}
	#segmentos .img02 {
		position: absolute;
		bottom: 40px;
		right: 0%;
		width: auto;
		max-width: 600px;
	}
}

@media only screen and (min-width: 1600px) {
	#segmentos .top {
		height: 730px;
	}
	#segmentos .img02 {
		bottom: 60px;
		right: -4%;
		max-width: 100%;
	}
}