.quote-wrapper::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	background-color: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 0;
}
section#meet-the-doctors { background-color: #F5F5F5;}
section#meet-the-doctors img {box-shadow: 0 0 10px #ccc;width: 300px;}
section#other-doctors {background: url('../images/about-us.jpg') center / cover;}
section#other-doctors span:first-child {letter-spacing: 2px;}
section#other-doctors span:last-child {letter-spacing: 1px;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 2px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
}
@media (max-width: 991px) {
	.list-row > div {
		width: 100%;
	}
	ul.numbered-list li span:last-child br {display: none !important;}
}
@media (max-width: 767px) {
	.about-featured {height: auto !important;}
}