/* BANNER */
.banner{
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner img{
    max-width: 100%;
}