/* Main photo styling */
.main-photo {
    margin: 3px 0;          /* Top and bottom margin of 3px */
    overflow: hidden;        /* Ensure content fits within the container */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Light gray shadow */
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Full-width image */
.photo {
    width: 100%;             /* Make the image full width */
    height: auto;            /* Maintain aspect ratio */
    display: block;          /* Remove any gaps under the image */
}
