.full-width-page {
	width: 100%;
}

.full-width-page__content {
	width: 100%;
	max-width: 100%;
}

.full-width-page__content img,
.full-width-page__content video {
	max-width: 100%;
	height: auto;
}

.full-width-page__content iframe {
	max-width: 100%;
	display: block;
}
