/*
 * @author  Agence Dn'D <contact@dnd.fr>
 * @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link    https://www.dnd.fr/
 */

.section-image-with-text-overlay {
    .text-overlay__inner {
        padding: 56px var(--gutter-lg);
    }

    .text-overlay__title {
        margin-block-end: var(--gutter-xs);
    }

    .text-overlay__button-row {
        margin-block-start: var(--text-overlay-button-row-spacer);
    }

    .image-overlay__image {
        picture {
            position: static !important;
        }
    }
}

@media (min-width: 768px) {
    .section-image-with-text-overlay {
        .text-overlay__inner {
            padding-block: 64px;
        }

        .text-overlay__title {
            margin-block-end: var(--gutter-sm);
        }

        .text-overlay__button-row {
            margin-block-start: var(--gutter-lg);
        }
    }
}
