/* videos page */
.video_pop { display: block; color: #373a3c; border-bottom: none; }
.video_pop:hover { border-bottom: none; color: #373a3c; }

.video_row { margin-left: -33px; margin-right: -33px; }
.video_row::after { display: block; content: ""; clear: both }
.video { float: left; position: relative; width: 33.333333%; min-height: 1px; padding-right: 33px; padding-left: 33px; }

div.video_image_box { position: relative !important; width: 100% !important; height: 100% !important; overflow: hidden; }
img.video_image { width: 100% !important; height: 100% !important; margin: -9.5% 0px -12%; }
.video_title { height: 3.75rem; margin-top: 1.75rem; margin-bottom: 6.25rem; overflow: hidden; color: #373a3c; }

@media (max-height:700px) {
	.embed-responsive-item { width: calc(95vh / 9 * 16) !important; height: 95vh !important; left: 0; right: 0; margin: auto }	
}

@media (max-width:575px) {
	.video { width: 100%; }
	.video_title { margin-top: 1.75rem; margin-bottom: 2rem; }
}

@media (min-width:576px) {
	.video { width: 100%; }
	.video_title { margin-top: 1.75rem; margin-bottom: 2rem; }
}

@media (min-width:768px) {
	.video { width: 50%; }
	.video_title { margin-top: 1.75rem; margin-bottom: 6.5rem; }
}

@media (min-width:992px) {
	.video { width: 33.333333%; }
}