@media screen and (min-width: 992px) {
    .parts255-257_img_wrap img{
        object-position: bottom center!important;
    }
}

@media screen and (max-width: 520px) {
    .parts255-257_img_wrap img{
        object-position: top center!important;
    }
}