  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* snippet caption fix */
[class^="ou-"] caption {
	caption-side: top !important;
}


/* Mobile Menu Fix */
@media only screen and (max-width: 992px) {
	.main-header .navbar .dropdown-menu li:last-of-type .dropdown-item {
		border-bottom: 1px solid lightgray;
	}
}

/* UAT 221403 */
@media only screen and (max-width: 767px) {
  .index-video .video-caption {
    z-index: 1;
  }
}