html, body {
  height: 416px;
  overflow: hidden;
  background: #171621; }

.footer .footer__wrap.wrap {
  padding-top: 1.125rem !important;
  padding-bottom: 0 !important; }

@media only screen and (max-width: 550px) {
  .footer__column--quarter {
    display: none;
    width: 100%; }
    .footer__column--quarter:first-child {
      display: block;
      padding-right: 0; } }
@media only screen and (max-width: 900px) {
  .footer__column--half {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .footer__social li:not(:first-child) {
    margin-left: 10px; } }
