.banner-with-video {
    position: relative;
    margin-top: 40px;
}

.banner-with-video .content {
	padding: 100px 25%;
	background: rgba(22, 22, 22, .9);
}

@media (max-width: 768px) {
   .banner-with-video .col {
       width: 100%;
   }
   .banner-with-video h2,
   .banner-with-video p,
   .banner-with-video a { 
       text-align: center !important;
   }

   .banner-with-video a { 
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px !important;
    text-align: center;
    }
       
   .banner-with-video .content {
	    padding: 60px 20%;
   }
}

.banner-with-video h2 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 1.64px;
    color: white;
    text-transform: uppercase;
}

.banner-with-video p {
	margin: 20px 0;
	font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    color: white;
}

.banner-with-video a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
}

/* Financing */
.banner-with-video .col.span_8_of_12 {
	margin: 0;
}