.full-width-block {
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.flex {
	display: flex;
}

.full-width-image {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.half-width-text-block {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}

.half-width-image {
	width: 50%;
	padding: 5px;
}

.reverse {
	flex-direction: row-reverse;
}

.product-block {
	padding: 0 5px;
}

.video-block {
	width: 100%;
	position: relative;
}

.video-block:after {
	display: block;
	content: "";
	padding-bottom: 56.25%;
}

.video-block iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
