.video-holder {
	margin: 0 auto;
}

.other-videos {
	margin: 2em 0;
}

.embed-responsive {
	padding: 0 2%;
}

.video {
	padding: 0 2%;
}

.item-holder {
	text-orientation: horizontal;
	padding: 0 0;
}

.item {
	display: inline-block;
	height: auto;
	padding: 0;
	margin: 2% 2%;
}

.item > a {
	color: black;
}

.item > a:hover {
	color: #fed136;
}

.video-thumb {
	padding: 1em 0;
	width: 100%;
}

.video-thumb:hover {
	opacity: 0.9;
}

html, body {
	height: 100%;
	margin: 0;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 7vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
}

.mySlides {
	display: block;
	max-height: 50px;
}

.centered-parent {
	text-align: center;
}

.centered-parent:before {
	content: '';
	display: inline-block;
	height: 30%;
	vertical-align: middle;
}

.centered-child {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.centered-parent:before {
		height: 100%;
	}
}