.ladylist {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}

@media (max-width: 1200px) {
    .img-hover-lady {
        width: 25.0% !important;
    }
}


@media (max-width: 900px) {
    .img-hover-lady {
        width: 33.3% !important;
    }
}
@media (max-width: 600px) {
    .img-hover-lady {
        width: 100% !important;
    }
}