/* Add your own CSS code here */
#responsive-image {
    max-width: 60%; /* Ensures image scales within its container */
    height: auto;    /* Maintains aspect ratio */
    width: 100%;     /* Makes the image flexible */
}