/* @group Example
------------------------------------ */

.layout-aside-text-image .bp-multimedia {
    width: 100%;
}

@media only screen and (min-width : 961px) {

    .layout-aside-text-image .img-aside {
        height: 45rem;
    }

    .layout-aside-text-image .img-bot {
        height: 70rem;
    }

    .layout-aside-text-image :is(.row, #important) {
        align-items: last baseline;
    }
}

@media only screen and (min-width : 0) and (max-width : 960px) {
    .layout-aside-text-image .img-aside {
        height: 25rem;
        margin-bottom: 2rem;
    }
    .layout-aside-text-image .wp-block-heading br {
        display: none;
    }
}

/* @end */