.videocontthree{
	position: relative;
	overflow: hidden;
}

.videothree{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.videoleftthree{
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoleftrighttopthree{
	font-family: Roboto;
	font-size: 20px;
	color: #ddd;
}
.videoleftrightbottomthree{
	font-family: Roboto;
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}
.videocenterthree{
	float: left;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.videocenterhrefthree{
	transition: .1s;
}

.videocenterhrefthree:hover,.videocenterhrefthree:focus{
	text-decoration: none;
}

.videocenterimgthree{
	transition: .2s;
}

.videocentertextthree{
	transition: .2s;
	padding-top: 15px;
}

.videocenterhrefthree:hover .videocenterimgthree{
	transform: scale(1.06);
}

.videocenterhrefthree:hover .videocentertextthree{
	padding-top: 10px;
}

.videocenterhrefthree:active .videocenterimgthree{
	transform: scale(1);
}

.videocenterhrefthree:active{
	text-decoration: none;
	opacity: .7;
}

.videocentertextthree{
	text-align: center;
	color: #fff;
	font-family: Roboto;
	font-size: 18px;
	letter-spacing: 1px;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
	.videothree{
		height: 660px;
	}
	.videoleftthree{
		position: absolute;
		width: calc(50% - 150px);
		height: 660px;
	}
	.videoleftleftthree{
		width: 100px;
		height: 3px;
		background-color: #fff;
		margin-right: 30px;
	}
	.videoleftrighttopthree{
		padding-bottom: 10px;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.videothree{
		height: 460px;
	}
	.videoleftthree{
		position: absolute;
		width: calc(50% - 150px);
		height: 460px;
	}
	.videoleftleftthree{
		width: 100px;
		height: 3px;
		background-color: #fff;
		margin-right: 20px;
	}
	.videoleftrighttopthree{
		padding-bottom: 10px;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.videothree{
		height: 360px;
	}
	.videoleftthree{
		display: none;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.videothree{
		height: 300px;
	}
	.videoleftthree{
		display: none;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 90%;
		height: 90%;
		object-fit: cover;
		object-position: center;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.videothree{
		height: 260px;
	}
	.videoleftthree{
		display: none;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 80%;
		height: 80%;
		object-fit: cover;
		object-position: center;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.videothree{
		height: 220px;
	}
	.videoleftthree{
		display: none;
	}
	.videocenterthree{
		width: 150px;
		margin-left: calc(50% - 75px);
	}
	.videocenterimgthree{
		width: 60%;
		height: 60%;
		object-fit: cover;
		object-position: center;
	}
}	