/*	PROMO BLOCK 1
/*----------------------------------------------------*/

.promo-1 {
	background: url("../images/awa-bg.png") repeat;
}

.promo-1 .video-wrapper {
	max-width: 560px;
	max-height: 315px;
	margin: 20px auto 0 auto;
}

.content {
  background-color: #EC1C24;
  margin-top: 22px;
  height: 311px;
}

.content p {color: #000;}
.content h2 {color: #000;}


/*	PROMO BLOCK 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.content {
  padding-bottom: 5px;}		
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.content {
  padding-bottom: 47px;}
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {	
	
	.content {
  padding-bottom: 47px;}
	
}