@media only screen and (max-width: 567px) {
  .content .btn-windows {
    display: none !important;
  }
  .content .btn {
    width: 100% !important;
    display: block;
    border-radius: 10000px !important;
  }
  video {
    max-height: 600px !important;
  }
  
}

html {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
}

.content {
  padding: 40px;
  max-width: 800px;
  background-color: #fff;
  margin: 0 auto;
}

.content h1 {
  margin: 18px 0;
  line-height: 55px;
  color: #262b31;
  font-weight: 300;
  font-size: 40px;
}

.content p {
  font-size: 20px;
  color: #6f6f6f;
  font-weight: 300;
}


.content .download .btn {
  padding: 0 8px;
  display: inline-block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  margin-top: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
}
.content .download .btn i {
  margin: 0 8px;
}
.btn-apple {
  background: #8883bc;
}
.btn-android {
  background: #6fbf39;
}
.btn-windows {
  background: #00afec;
}


video {
  margin-top: 50px;
  background: #f7f7f7;
  width: 100%;
  height: auto;
  max-height: 400px;
}
footer {
  margin-top: 22px;
  text-align: center;
  padding: 18px;
  color: #999;
    font-weight: 300;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
  width: 50px;
}
footer .footer-logo img {
  width: 100%;
}
footer p {
  padding: 0 18px;
  color: #6F6F6F;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
}

#cnzz_stat_icon_1278083520 {
  display: none;
}
