#meio { 			
	height: 980px; 		
}	 		
#meio_conteudo { 			
	padding-top: 90px; 		
}  		

@media screen and (min-width: 1580px) { 			
	#linha_modelo_superior, #linha_modelo_inferior { 				
		top: 0;     			
		width: fit-content; 			
	} 			
	#linha_modelo_inferior { 				
		top: 30px; 			
	}  			
	.manequim_verso { 				
		margin-left: 55px !important; 			
	} 		
} 		
@media screen and (max-width: 1023px){ 			
	#meio { 				
		height: 915px; 			
	} 		
} 		
@media screen and (max-width: 374px){ 			
	#meio { 				
		height: 830px; 			
	} 		
}