/* ----------------------------------
* Project: SHJS Website
* Author: Mason Frye

[Layout]

* 

---------------------------------- */
.video-frame-wrapper{position:relative;overflow:hidden;max-height:100%;padding-bottom:56.25%;margin-top: 10px;}
.video-frame-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.carousel-inner .item img {
	max-height: none;
}
@media screen and (min-width: 992px) {
	.carousel-inner .item img {
		max-height: 360px;
	}
}
.faculty .breadcrumb {
	background: url('/images/faculty-breadcrumb-stitch.png') !important;
	background-size: contain !important;
	background-position: center center;
}