.video-player {
	display: block;
	position: relative;
	width: 100%;
}

.video-js {
	width: inherit; height: 100% !important;
}

media (max-width: 767px) {
	.video-player {
		margin: 10px 0;
	}
}

