.overflow--auto {
	overflow: auto;
}
.overflow--visible {
	overflow: visible;
}

.pullout-block {
	position: absolute;
	top: 0;
	left: 0;
}

.pullout-block--right {
	position: absolute;
	top: 0;
	right: 0;
}

.pullout-block span.icon--play-circle {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 30px;
}

.floaty-paragraph {
	position: absolute;
	top: -58px;
	left: 0;
	width: 66.66%;
	right: 0;
	margin: auto;
}



@media (max-width: 1200px) {
	.floaty-paragraph {
		position: relative;
		top: 0;
		margin: -100px auto 40px auto;
	}
	.pullout-block, .pullout-block--right {
		display: block;
		position: relative;
		clear: both;
		text-align: center;
		left: 0;
		top: 0;
	}
	.grid--collapse-on-medium .grid__col {
		width: 100%;
		margin-left: 0;
	}
}
