img {
        width: 100%; /* Image takes up full width of its container */
        height: auto; /* Maintain aspect ratio */
        max-width: 100%; /* Ensure it doesn't exceed container width */
    }