
#meio {
 height: 900px;
}
@media screen and (max-width: 640px) {
    #meio {
        height: 800px;
    }
    #box_manequim {
        top: 50px; 
    }
}