main{
  background-image: url('../images/bg-mpropmark.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: end;
}

@media(max-width: 767px){
  main{
    background-image: url('../images/bg-mpropmark-mobile.jpg');
  }
}

@media(max-width: 550px){
  main{
    background-size: contain;
  }
}

footer{
  background: rgb(220,74,35);
  background: -moz-linear-gradient(90deg, rgba(220,74,35,1) 0%, rgba(216,110,83,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(220,74,35,1) 0%, rgba(216,110,83,1) 100%);
  background: linear-gradient(90deg, rgba(220,74,35,1) 0%, rgba(216,110,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc4a23",endColorstr="#d86e53",GradientType=1);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  z-index: 0;
}