<style> /* Default styles for larger screens */ .res-img img {
max-width: 100%; height: auto;
}
/* Styles for mobile devices */ @media only screen and (max-width: 600px) {
.res-img img {
max-width: 60%; /* Adjust this value as needed */
height: auto;
}
} </style>