@charset "utf-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
}
#spectacle_banner {
	background-image: none;
	}
	
	
@media (min-width: 768px){
#spectacle_banner {
	background-image: url(../img/banner_gondolier.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: center center;
	height:250px;
	padding-top: 50px;
	}	
}