#downloads-container {
    display: table;
    height: auto;
    min-height: calc(100% - 265px);
    padding-top: 60px;
    width:100%;
    height: 100%;
    background-size: cover;
}

#downloads-container hgroup{
  margin-left: 10%
}

.background-image {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
        background-size: cover;
    background-position: center;
    opacity: 0.2;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    z-index: -1
}

@media (max-width: 450px){
    .menu_list{
        margin: 0 !important;
    }
    .menu_list li{
        padding: 0 5px !important;
    }
}