.clear {
	clear: both;
}

a[href="http://flowplayer.org"] {
	/*display: none !important;*/
	opacity: 0 !important;
}

#thumbnail,
#player,
#endscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
}

#thumbnail {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#thumbnail .play {
	width: 100%;
	height: 100%;
	background-image: url('./../flowplayer-6.0.5/skin/img/play_white.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11%;
}

#endscreen {

}

#endscreen .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.2;
}

#endscreen .col.first {
	margin-left: 5%;
}

#endscreen .col.last {
	margin-right: 5%;
}

#endscreen .col {
	float: left;
	width: 30%;
}

#endscreen .videos  {
	margin-top: 20%;
}

#endscreen .videos .video {
	padding: 10px;
}

#endscreen .videos .video h1 {
	color: #ffffff;
	font-family: 'Verdana', sans-serif;
	font-size: 2.5vw;
	font-weight: normal;
	position: relative;
}

#endscreen .videos .video .video-thumbnail {
	cursor: pointer;
	position: relative;
	background: #000000;
}

#endscreen .videos .video .video-thumbnail .video-background {
	width: 100%;
}

#endscreen .videos .video .video-thumbnail .video-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('./../flowplayer-6.0.5/skin/img/play_white.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15%;
}

#endscreen .videos .buttons {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#endscreen .videos .buttons .button {
	background-color: #ffffff;
	border: none;
	color: #000000;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 2.5vw;
	cursor: pointer;
}

@media (min-width: 1024px) {
	#endscreen .videos .buttons .button {
		font-size: 1.0vw;
	}

	#endscreen .videos .video h1 {
		font-size: 1.0vw;
	}
}

@media (min-width: 765px) {
	#endscreen .videos .buttons .button {
		font-size: 1.5vw;
	}

	#endscreen .videos .video h1 {
		font-size: 1.5vw;
	}
}

.fp-brand {
	display: none;
}