button.inner-toggle {
    clear: both;
}

.call-out.call-out {
    font-size: 2rem;
    line-height: 1.2;
    background-color: rgba(0 0 0 / 10%);
    padding: 20px;
}

/*DCI List*/
.dci iframe {
    width: 100%;
        min-height: 3240px;
}
/*media queries*/
@media screen and (min-width: 1200px) {
    .dci iframe {
        min-height: 1840px;
    }
}

