/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .banner-wrapper{
	 padding: 0;
	 overflow: hidden
 }
 .banner-container{
	padding: 0;
	margin: 13px 0;
 }
 .banner-container a{
	text-decoration: none
	
 }

 .banner-container img {
	width: 100%;
}