.full-size {
	height: 800px;
}

.half-size {
	height: calc(400px - .75rem);
}

.masonintro {
	background-color: rgba(0, 94, 168, .8);
	
}

.masontoggler {
    align-items: center;
    justify-content: start;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
	min-height: calc(180px - .35rem);
}

.grid-item-content {
	background-size: cover !important;
}