.flex-caption#left {
    background-color: #f3f3f3;
    box-shadow: none;
    transform: none;
    filter: none;
    max-width: 600px;
    width: 100%; /* Changed from 500px */
    padding: 1rem;
    margin: 0 auto;
}

.flex-caption#left .transparent-caption {
    font-size: clamp(1.5rem, 5vw, 2.5rem); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex-caption#left .transparent-subcaption {
    font-size: clamp(1rem, 3vw, 1.25rem); /* Responsive font size */
    font-weight: 400;
    margin-top: 0;
    color: #000;
}

.flex-caption#left {
    background-color: #f3f3f3;
    box-shadow: none;
    transform: none;
    filter: none;
    max-width: 600px;
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    box-sizing: border-box; /* Add this */
}