@media only screen and (min-width: 40em) {
    div.banner
    {
        background-size: cover;
        background-position: center center;
        background-image: url(../img/layout/banner_default.jpg);
        height: 420px;
    }
    div.header div.title
    {
        line-height: 42px;
        font-size: 1.4em;
        font-weight: 400;
    }
    div.container
    {
        margin-left: 1.6em;
        margin-right: 1.6em;
    }
	div.signin
	{
		width: 360px;
		margin: 3em auto 0 auto;
	}
}
