div#header {
	position: fixed;
	width: 100%;
	height: 51px;
	border-bottom: 1px solid #f7921e;
	background-color: white;
	z-index: 1;
}

#header h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
	font-size: 2em;
}

h1.show {
	float: left;
	margin: 5px 25px;
	background: -webkit-linear-gradient(left, #ed2224, #fff100);
	background: linear-gradient(left, #ed2224, #fff100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h1.museum {
	float: right;
	margin: 5px 25px;
	background: -webkit-linear-gradient(left, #fff100, #ed2224);
	background: linear-gradient(left, #fff100, #ed2224);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#text {
    width: 400px;
    position: relative;
    float: left;
	padding: 0px 30px;
}

#text p {
	font: 1.5em Helvetica, Arial, sans-serif;
}

#videoWrapper {
	width: 6600px;
	height: auto;
	position: relative;
	top: 50px;
}

.videoDiv {
	width: 640px;
	height: 480px;
	border: 1px solid #696969;
	margin-left: 30px;
	margin-top: 30px;
	position: relative;
	display: inline-block;
	float: left;
	padding: 10px;
}

p.caption span {
	color: orange;
}

#myVideo{
	width: 100%;
	height: 100%;
	background-color: black;
	position: relative;
}

.vjs-ended .vjs-poster {
	display: block !important;
}

.vjs-ended .vjs-control-bar {
	display: none !important;
}

.vjs-ended .vjs-big-play-button {
	display: block !important;
}

.rotate {
	transform: rotate(90deg);
	transform-origin: left bottom 0;
	position: relative;
	float: left;
	display: inline-block;
}

h1.vertical {
	font: 2.3em "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
	font-weight: 100 !important;
	color: #ed2224;
    width: 50px;
    margin-top: -40px;
	margin-right: -5px;
    white-space: nowrap;
}

#group-1 {
/*	width: 1385px;*/
	float: left;
	position: relative;
	padding-bottom: 50px;
	margin-right: 30px;
}

#group-2 {
/*	width: 694px;*/
	float: left;
	position: relative;
	padding-bottom: 50px;
	margin-right: 30px;
}

#group-3 {
/*	width: 694px;*/
	float: left;
	position: relative;
	padding-bottom: 50px;
	margin-right: 30px;
}

#group-4 {
/*	width: 694px;*/
	float: left;
	position: relative;
	padding-bottom: 20px;
}

button.vjs-fullscreen-control.vjs-control.vjs-button {
	display: none;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

#footer p {
	color: #cecece;
	font-size: 16px;
}

#footer a {
	background-color: transparent;
	text-decoration: none;
	color: #929292;
	font-size: 12px;
}
