/* DAM Page Styles - Make images scale with container */
.dam-image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}