div.image,
.image.js-bg-img {
	margin: 0;
}

div.image img {
	display: block;
	height: auto;
	width: 100%;
}
.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -40px;
    margin-left: -60px;
}
div.video-js {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25%;
}

.image.js-bg-img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}