.widget_banner_shortcode {
	background: #f1f1f1;
	height: 345px ;
	padding: 12% 6%;
	margin: 0px 0;
	/*border-bottom: 3px solid #e3e3e3;*/
	border-radius: 3px;
	overflow: hidden;
}

.widget_banner_shortcode:hover {
	overflow: inherit;
}

.widget_banner_shortcode2 {
	background: #ffffff;
	height: 345px;
	padding: 5% 0 0 0;
	margin: 0px 0;
	border-bottom: 0px solid #e3e3e3;
	border-radius: 3px;
	overflow: hidden;
}

.widget_banner_shortcode > div {
	border:2px #f1f1f1 solid;
	border-radius: 8px;
	overflow: hidden;
	width: auto;
	min-height: 251px;
	margin:0 auto;
	position: relative;
}

.widget_banner_shortcode > p{
	height: 13px;
	margin: -17px 5px 8px 0px;
	text-align: right;
	color: #999;
	font-family: lato;
	font-size: 12px;
}
.widget_banner_shortcode div > div {
	display: table;
	margin:	0 auto;

}

#sidebar .widget_column .widget_banner_shortcode {
	/*height:auto;*/
}

.widget_banner_shortcode iframe {
	height: 300px;
	z-index: 0;
	position: relative;
}