
#meio {
 height: 900px;
}
#lista-lados__manequim div[class^=manequim] {
    transform: translate(1%, 0%) scale(0.16);
}
@media screen and (max-width: 640px) {
    #meio {
        height: 700px;
    }
    #box_manequim {
        top: 50px; 
    }
}