/**
 * Layout: image_section
 *
 * Enqueued automatically when a page has a `image_section` row
 * in designer_page_sections. Depends on the `designer-base` handle.
 */

.designer-image-section .content-container {
    display: flex;
    justify-content: center;
}

.designer-image-section__wrapper {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    border-radius: 24px;
}

.designer-image-section__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
