#body-wrapper>footer {
    background-color: #EEEEEE;
}

@media (min-width: 768px) {
    html,
    body,
    #body-wrapper {
      height: 100%;
    }
    #body-wrapper>#content-wrapper {
      box-sizing: border-box;
      min-height: 100%;
      padding-bottom: 280px;
    }
    #body-wrapper>footer {
      height: 280px;
      margin-top: -280px;
    }
}