@media only screen and (min-width: 40em) {
.banner-banner
{
    height: 577px;
    background-color: #006f44;
    background-image: url(../img/sask-jazz/banner_banner.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100%;
    background-position: center center;
}
div.header img.logo
{
	max-height: 60px;
	margin-left: 1em;
	margin-top: inherit;
	margin-right: inherit;
}
}