.cats img.img-fluid {
    min-width: 500px !important;
}

@media only screen and (min-width: 900px) {
    .cats img.img-fluid {
        max-width: 700px !important;
    }
}
