.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}


.video_body{
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;	
}

.video_body2{
	position: relative;
	width: 50%;
	float: left;
}

.video_body22{
	position: relative;
	width: 32%;
	float: left;
}

.video_body3{
	text-align: center;
		width: 100%;
}
.video_body4{
	position: relative;
	width: 100%;
	float: left;
}
@media screen and (max-width:800px) {
.video_body2{
	position: relative;
	width: 100%;
	float: left;
}

}

@media screen and (max-width:500px) {
.video_body2{
	position: relative;
	width: 100%;
	float: left;
}

}


@media screen and (max-width:480px) {
.video_body2{
	position: relative;
	width: 100%;
	float: left;
}
}