.footer{
  margin-top: 0 !important;
}
.content{
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 825px;
  position: relative;
}
.content .download_ewm{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.content .download_ewm img{
  display: block;
  width: 204px;
  margin: 0 auto 18px;
}