.video-container {
	max-width: 700px;
	width: 100%;
}

.sneak-preview-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.sneak-preview-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}