/* @group Full Image
------------------------------------ */

.full-image .image-col .bp-multimedia {
	height: 27.8rem;
}

@media only screen
and (min-width : 961px) {
	.full-image :is(.image-col, #important) {
		flex: 0 1 100%;
		width: 100%;
		max-width: 100%;
		padding-inline: 0;
	}
	.full-image .image-col .bp-multimedia {
		height: 82.4rem;
	}
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */