html {height: 100%;}
body {
  background-color: #15334e;
  background-image: url('../images/bg.svg');
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 120px;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

.hero {
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg.svg');
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 120px;
  position: relative;
}
.logos {
  position: absolute;
  top: 35%;
  width: 100%;
}
.logo {
  display: block;
  text-indent: -5000px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.l-skopos {
  background-image: url('../images/logo-skopos-white.svg');
  width: 234px;
  height: 63px;
  margin-bottom: 20px;
}
.l-wiseup {
  background-image: url('../images/logo-wiseup-black.svg');
  background-position: center;
  background-size: cover;
  width: 140px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}
.l-wiseup a {
  text-indent: -5000px;
  display: block;
  width: 100%;
  height: 100%;
}
.l-numberone {
  background-image: url('../images/logo-nb-1-slogan.svg');
  background-position: center;
  background-size: cover;
  width: 140px;
  height: 29px;
  display: inline-block;
  margin-left: 10px;
}
.l-numberone a {
  text-indent: -5000px;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .l-skopos {
    width: 334px;
    height: 90px;
    margin-bottom: 60px;
  }
  .l-wiseup {
    width: 200px;
    height: 41px;
    margin-right: 50px;
  }
  .l-numberone {
    width: 209px;
    height: 43px;
    margin-left: 50px;
  }
}
