/* .responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }


.block-lead_block {
    font-size: 29px;
    margin-bottom: 0.4426em;
}

.block-quote_block {
    blockquote {
        display: flex;
        flex-direction: column;
        gap: 1.1667em;
        margin: auto;
        text-align: center;
        max-width: 90%;
    
        > p {
            font-size: 29px;
        
            &::before {
                content: "«";
            }
            &::after {
                content: "»";
            }
        }
    }
    cite {
        font-size: 1rem;
    }
}

.block-text_block {
    display: flex;
    flex-direction: column;
    gap: 1.1667em;

    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }
}

.block-audio_block {
    audio {
        width: 100%;
    }
}

.block-image_block, .block-embed_block {
    figcaption {
        font-size: small;
    }
}

.block-audio_block, .block-image_block, .block-embed_block {
    figure {
        display: flex;
        flex-direction: column;
        gap: 1.1667em;
    }
    figcaption {
        color: #666666;
    }
}
