.widget {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	margin-bottom: 1.5rem;
	height: inherit;
}

	.widget:last-of-type {
		margin-bottom: 0;
	}

.widget--fluid:first-of-type:last-of-type {
	height: 100%;
}