@media (max-width: 615px) {
  .navigation-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .footer {
    height: 100%;
    flex-direction: column;
  }
}
