.videoconttwo{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.videotwo{
	height: 100%;
	display: flex;
	align-items: center;
}
.videolefttoptwo{
	font-family: Roboto;
	font-size: 18px;
	color: #fff;
	line-height: 3.3;
}
.videoleftcentertwo{
	font-family: Roboto;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
	color: #fff;
}
.videoleftbottombuttontwo{
	font-family: Roboto;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 37px;
	padding-right: 37px;
	border-radius: 4px;
	opacity: .8;
	transition: .2s;
	border-style: solid;
}
.videoleftbottombuttontwo:hover,.videoleftbottombuttontwo:focus{
	text-decoration: none;
	opacity: 1;
}
.videoleftbottombuttontwo:active{
	text-decoration: none;
	opacity: .7;
}
.videorightbordertwo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.15);
}
.videorighthreftwo{
	transition: .2s;
}
.videorighthreftwo:hover{
	transform: scale(1.05);
}
.videorighthreftwo:active{
	transform: scale(1);
	opacity: 0.7;
}
.videorightimgtwo{
	width: 72px;
	height: 72px;
	object-fit: cover;
	object-position: center;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.videoconttwo{
		width: 100%;
		height: 750px;
	}
	.videoleftcentertwo{
		padding-bottom: 55px;
	}
	.videorightbordertwo{
	height: 320px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.videoconttwo{
		width: 100%;
		height: 550px;
	}
	.videoleftcentertwo{
		padding-bottom: 55px;
	}
	.videorightbordertwo{
	height: 270px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.videoconttwo{
		width: 100%;
		height: 550px;
	}
	.videoleftcentertwo{
		padding-bottom: 55px;
	}
	.videorightbordertwo{
	height: 270px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.videoconttwo{
		width: 100%;
		height: 450px;
	}
	.videoleftcentertwo{
		padding-bottom: 55px;
	}
	.videorightbordertwo{
	height: 200px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.videoconttwo{
		width: 100%;
		padding-bottom: 30px;
	}
	.videotwo{
		flex-direction: column;
	}
	.videoleftcentertwo{
		padding-bottom: 35px;
	}
	.videorightbordertwo{
		margin-top: 50px;
		height: 200px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.videoconttwo{
		width: 100%;
		padding-bottom: 30px;
	}
	.videotwo{
		flex-direction: column;
	}
	.videoleftcentertwo{
		padding-bottom: 35px;
	}
	.videorightbordertwo{
		margin-top: 50px;
		height: 200px;
	}
}	