body {
  background: #fff;
  text-align: center;
}
.row {
  padding: 16px 0;
}
.download-header {
  color: #040d14;
  display: none;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0;
  margin: 0;
}
.download-subheader {
  color: #b1bfc4;
  font-size: 16px;
  font-weight: 400;
  display: none;
  margin: 0;
}
#button_subheader {
  padding: 4px 0;
}
#download_button {
  font-weight: 700;
}
@media (min-height: 441px) {
  #phone_image_wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
@media (min-height: 500px) {
  .download-header {
    margin-top: 50px;
  }
}
@media (min-height: 600px) {
  .download-header {
    margin-top: 100px;
  }
}
@media (min-height: 650px) {
  .download-header {
    margin-top: 0;
  }
  #phone_image_wrapper {
    border-bottom: 1px solid #f5f7fa;
    position: relative;
  }
}
