.vid-hol{
	width: 100%;
	display: flex;
	min-height: 500px;
}

.vid-hol .vl{
	flex-basis: 50%;
	background: #292d41;
	padding: 5%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}

.vid-hol .vl h2 {
	color: #fff;
	font-size: 38px;
	display: inline-block;
	margin: 0;
}

.vid-hol .vl p {
	color: #fff;
}

.vid-hol .vl h2:after {
	content: '';
	display: inline-block;
	width: 80%;
	border: solid #009fe3 2px;
}

.vid-hol .vr{
	flex-basis: 50%;
	position: relative;
	min-height: 300px;
}

.vid-hol .vr video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (max-width: 1024px) {
	.vid-hol {
		flex-direction: column;
	}

	.vid-hol .vl {
		flex-basis: 100%;
	}

	.vid-hol .vr {
		flex-basis: 100%;
	}
}
