/** Styles to set up the Masthead Banners **/

#block-masthead-banner { width: 100%; max-width: 1000px; margin: 0 auto; padding: 25px 0 15px; }

#block-masthead-banner .views-field a { display: block; }
#block-masthead-banner .views-field a img { display: block; width: 100%; height: auto; }

@media only screen and (max-width: 740px) {
    #block-masthead-banner { padding: 0; }
}
