.video-banner-wrap {
	width: 100%;
	height: 451px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.video-banner-wrap .video-background-block video{
	width: 100%;
	height: 451px;
	object-fit: cover;
}