/* background setup */
#banner_bundles .background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	background-size:cover;
}
#banner_bundles .fullscreen,
#banner_bundles .content-outer {
    width:100%;
    min-height:100%;
}
#banner_bundles .not-fullscreen,
#banner_bundles .not-fullscreen .content-outer,
#banner_bundles .fullscreen.not-overflow,
#banner_bundles .fullscreen.not-overflow .content-outer,
#banner_bundles .hero .content-outer{
    height:100%;
    overflow:hidden;
}

/* content centering styles */
#banner_bundles .content-outer {
	display:table;
}
#banner_bundles .content-inner {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
#banner_bundles section.panel-1col-clean {
	padding:0 !important;
}
#banner_bundles .not-fullscreen, .hero {
    height:475px;
	position: relative;
}
#banner_bundles #bg {
  left: 0;
  position: absolute;
  top: 0;
}
#banner_bundles .bgwidth { width: 100%; }
#banner_bundles .bgheight { height: 100%; }