.cleared {
	clear:both;
}

.floatLeft {
	float:left;
}

.publicityPosts h2 {
	text-align: center;
}

.publicityPostsText h2 {
	margin: 1em 0 0.5em 1.2em;
	text-align: left;
	
}

.publicityPostContainer {
	background:#362714;
	color:#fff;
	display: flex;
	float:left;
}

.publicityPostsText {
	float:left;
}

.publicityPost {
	display: flex;
	padding:0 3em 2em 3em;
	width:100%;
}

.publicityPostContainer a {
	color:#fff;
	text-decoration: none;
}

.publicityText {
	margin-right:5em;
	width:70%;
}

.publicityPostsText h3 {
	font-size:1.5em;
	font-weight:100;
	margin:0;
	line-height:1.1em;
	text-transform: uppercase;
}

.publicityPostsText p {
	font-size:0.9em;
	margin: 0;
}

.publicityPostContainer img {
	display: block;
}

/* 960 - 1200px */
@media screen and (min-width: 960px) and (max-width: 1200px) {
	
}

/* 768 - 959px */
@media screen and (min-width: 768px) and (max-width: 959px) {

	.publicityPost {
		display: block;
	}
	
	.publicityText {
		margin:0;
		width:100%;
	}



}

/* 481 - 767px */
@media screen and (min-width: 481px) and (max-width: 767px) {
	
	.publicityPostContainer,
	.publicityPost {
		display: block;
		text-align: center;
	}
	
	.publicityPostsText h2 {
		margin:1em 1em 0.5em 1em;
		line-height:1em;
		text-align: center;
	}
	
	.publicityPost {
		padding:1em 2em;
	}
	
	.publicityText {
		margin:0;
		width:100%;
	}
	

}

/* max 480px */
@media screen and (max-width: 480px) {
	
	.publicityPostContainer,
	.publicityPost {
		display: block;
		text-align: center;
	}
	
	.publicityPostsText h2 {
		margin:1em 1em 0.5em 1em;
		line-height:1em;
		text-align: center;
	}
	
	.publicityPost {
		padding:1em 2em;
	}
	
	.publicityText {
		margin:0;
		width:100%;
	}

	
}