.bannercontainer {
	position: relative;
	margin: 0 auto;
	padding: 8px;
	background-color: transparent;
	max-width: 1140px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
.banner {
	position: relative;
	max-width:100%;
	height:auto;
	overflow: hidden
}
.fullwidthbanner-container {
	position: relative;
	width: 100%!important;
	padding: 0;
	max-height:auto;
	overflow: hidden;
	background-color: #000
}
.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100%!important;
	max-height:auto;
}
.fullscreenbanner-container {
	width: 100%!important;
	position: relative;
	padding: 0;
	height: 100%
}
.fullscreenbanner-container .caption {
	font-family: 'Ubuntu'!important
}
