/* Add custom CSS styles below */ 

@media only screen and (max-width: 600px) {
.main-content img{
object-fit:contain !important;
    height: 10rem !important;

}}

@media only screen and (min-width: 992px) {
.main-content img {
    height: 20rem !important;
}}