html {
  min-height: 100%;
  height: 100%; }

body {
  height: 100%;
  background: white; }

.logo-wrap {
  position: relative;
  top: 33%;
  max-width: 90%;
  margin: 0 auto; }
  .logo-wrap img {
    height: auto;
    max-width: 100%; }
