/* @group Full Image & Text
------------------------------------ */

.full-image-text .image-col .bp-multimedia {
	height: 25rem;
}

@media only screen
and (min-width : 961px) {
	.full-image-text .image-col .bp-multimedia {
		height: 70rem;
	}

    .full-image-text :is(.row, #important) {
        align-items: last baseline;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
	.full-image-text .text-col {
		margin-top: 2.4rem;
	}
}

/* @end */