.imgback {
    background-color: #969696 !important;
}

@media only screen and (max-width: 700px)
{
#footer .widget {
    padding: 0;
    margin: 30px 0 -30px 0;
    overflow: hidden;
}
}
@media only screen and (min-width: 800px)
{
div#fullwidth {
    background-size: cover !important;
}
}