html, body {
  width: 100%; height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #183a2f; 
  font-family: 'Open Sans', sans-serif; font-size: 18px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
}
h1, h2, h3 {
  margin: 0 0 15px;
  line-height: 1.3;
  font-weight: 400;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;
}
ul {
  margin: 0 0 15px;
  padding: 0 0 0 35px;
}
p {
  margin: 0 0 15px;
}
a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
a:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.video, .fallback { 
  z-index: -1;
  position: fixed; top: 50%; left: 50%;
  width: auto; height: auto;
  min-width: 100%; min-height: 100%;
  margin: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background: url('../pic/taustapilt.jpg') center / cover no-repeat;
}
.fallback {
  display: none;
}
.wrapper {
  width: 100%; min-height: 100%;
  padding: 75px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content {
  width: 780px;
  max-width: 780px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.35);
  color: white;
  padding: 75px 60px;
  margin: auto 0 auto auto;
}
.info {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 30px 0 0;
}

@media screen and (max-width: 730px) {
  .wrapper {
    padding: 20px;
  }
  .content {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
