.video-player {
	padding: 0 10%;
	margin-bottom: 40px;
	background-color: #f3f3f3;
}
.video-player .vjs-poster { background-size: cover; }
.video-player .vjs-big-play-button {
	border-radius: 50%;
	width: 2.5em; height: 2.5em;
	margin-top: -1.25em;
	margin-left: -1.25em;
	background-color: transparent;
	font-size: 40px;
	border-width: 4px;
}
.video-player .vjs-big-play-button:before {
	padding-top: 19%;
	font-size: 60px;
}

@media only screen and (max-width: 640px) {
	.video-player { padding: 0; }
}