.video-library-promo{
	background: #1F2028;
}

.video-library-promo .new{
	padding: 20px 0 10px 0;
}

.video-library-promo .bg{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video-library-promo .main-title{
	font-size: 35px;
	color: #FFF;
	font-family: "Proxima N W01 Light";
	margin-bottom: 30px;
}


.video-library-promo .sub-title{
	font-size: 24px;
	color: #FFF;
	font-family: "Proxima N W01 Smbd";
}

.video-library-promo .text p{
	color: #FFF;
}

.video-library-promo .text p.buttons{

}

.video-library-promo .bg video{
	float; left;
	width: 100%;
	height: auto;
}

.video-library-promo .bg .screen{
	float: left;
	width: 100%;
	background-image: url('../img/screen.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 20px 9% 20px;
	position: relative;
}

.video-library-promo .bg .screen a.link{
	content: "";
	display: block;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-library-promo .bg .screen a.link img{
	width: auto !important;
	height: 59px !important;
	margin-top: -20px; !important;
}


@media only screen and (max-width: 991px){


.video-library-promo .col-md-6{
	width: 100%;
}

.video-library-promo .bg .screen a.link img{
	top: 50%;
	margin-top: -60px; !important;
}

}


@media only screen and (max-width: 768px){

.video-library-promo .new{
	padding: 20px 0 0 0;
}

}