/* BODY */
body{
    background: rgb(20, 30, 40);
}

/* BANNER */
.banner{
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.banner img{
    max-width: 100%;
    width: 100%;
}