/* Video Section 2 */
.home-patient-image {
	background-image: url("../images/home_patient_image.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}

.video_section2 {
	background: #cccccc;
}

.video_section2.cfht {
	z-index: 1;
}

.video-callout {
	padding: 1.666667rem 0;
}

@media screen and (max-width: 900px) {
	.video-callout {
		padding: 1.666667rem 35px;
	}

	.video-callout .video-callout-video-container {
		height: auto;
	}
}

@media screen and (max-width: 767px) {

	/* Video 2 */
	.home-patient-image {
		background-position: center right 12%;
	}
}