.home-video-container{
	margin-top:-105px;
	padding-bottom:72px;
	position:relative;
}
.home-video-container > img{
	top:0;
	right:0;
}
.home-video-content h2{
	margin-bottom:20px;
}
.home-video-btn{
	padding-top:20px;
}
.home-video-clip{
	border-radius:10px;
	position:relative;
	line-height:0;
	overflow:hidden;
}
.home-video-clip iframe{
    min-height: 300px;
    border-radius: 10px;
}
.home-video-clip a img{
	border-radius:10px;
}
.home-video-clip a{
	position:relative;
	display:block;
}
.home-video-clip a:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	background-color: #0000003B;
	height:100%;
	width:100%;
}
.home-video-clip a:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background-image: url(../../images/home-video-icon.svg);
	width: 103px;
	height: 64px;
	transform: translate(-50%,-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-video-content{
	padding-left:35px;
}
@media (max-width:767px){
	.home-video-btn {
		padding-top: 0;
	}
	.home-video-content h2 {
		margin-bottom: 16px;
	}
	.home-plan-container:before{
		background-image:url(../../images/plan-mobile-icon.png);
		bottom: -56px;
	}
	.home-video-content-container{
		order:-1;
	}
	.home-video-container {
		margin-top: -70px;
		padding-bottom: 36px;
	}
	.home-video-content {
		padding-left: 0;
		padding-bottom:35px;
	}
}
@media (max-width:576px){
}
@media (min-width:768px){
	.home-video-content-container{
		order:-1;
	}
	.home-video-container {
		margin-top: -50px;
	}
	.home-video-content {
		padding-left: 0;
		padding-bottom:35px;
	}
}
@media (min-width:992px){
	.home-video-content {
		padding-left: 35px;
		padding-bottom:0;
	}
	.home-video-container {
		margin-top: -105px;
	}
	.home-video-content-container{
		order:3;
	}
}
@media (min-width:1200px){
}

