/* LSN Ads CSS Styles */
.ad-block {
	/*min-height: 250px;*/
	background-image: url('/wp-content/plugins/lsn-ads/assets/css/ad-placeholder.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	clear: both;
}

.ad-block img {
	vertical-align: bottom;
}

.ad-block.ad-disabled {
	min-height: 0;
}

.ad-sidebar.ad-pos-top {
	margin-bottom: 20px;
}
