.video-bg{
	display:block;
	width: 100%;
	min-height: 250px;
	overflow:hidden;
}
.video-fluid{
	display:block;
	width:100%;
	height:auto;
	margin:-10% 0px 0px 0px;
	padding:0px;
	max-width:1920px;
}
.video-fluid::-webkit-media-controls {
	display: none;
}

@media screen and (max-width: 767px){
	.video-bg{
		display:block;
		width: 100%;
		height: 160px;
		overflow:hidden;
	}
	.video-fluid{
		display:block;
		width:100%;
		height:auto;
		margin:0px;
		padding:0px;
		max-width:1920px;
	}
	.video-bg {
		display: block;
		width: 100%;
		min-height: 100px;
		height: 100px;
		overflow: hidden;
	}

}