@media only screen and (max-width: 767px) {
  body #universe .abyss {
    display: flex;
    flex-direction: column;
  }
  body #universe .abyss .workspace {
    max-width: unset;
  }
  body #universe .abyss .workspace.dev {
    max-width: unset;
  }
  body #universe .abyss .workspace.img-section, body #universe .abyss .workspace.img-section.alt {
    flex-direction: column;
  }
  body #universe .abyss .workspace.img-section .hemisphere.left, body #universe .abyss .workspace.img-section .hemisphere.right, body #universe .abyss .workspace.img-section.alt .hemisphere.left, body #universe .abyss .workspace.img-section.alt .hemisphere.right {
    flex-basis: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  body header h1 a {
    font-size: 6vw;
  }
  body #universe .abyss .workspace.portfolio .fb-photo {
    width: 44% !important;
    height: 190px !important;
    margin: 0 0 5px 5px !important;
  }
  body footer {
    border-top: #000 12px solid;
  }
  body footer p {
    display: block;
    text-align: center;
  }
  body footer p.right {
    float: none;
  }
}

@media only screen and (max-width: 440px) {
  body header h1 a {
    font-size: 6vw;
  }
  body #universe .singularity p {
    font-size: 60px;
  }
  body #universe .singularity p .oh {
    font-size: 38px;
  }
  body #universe .abyss .workspace.portfolio .fb-photo {
    width: 44% !important;
    height: 190px !important;
    margin: 0 0 5px 5px !important;
  }
  body footer {
    border-top: #000 12px solid;
  }
  body footer p {
    display: block;
    text-align: center;
  }
  body footer p.right {
    float: none;
  }
}
