#cover{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 120px;
    width: 100%;
    background: url("../assets/cover.jpg") no-repeat scroll 0px 100% / cover transparent;
    z-index: -13;
}
