body { 
    background: #14cc76 url(./images/soon.gif) no-repeat top center;
    background-size: cover;
}

@media only screen and (orientation: portrait) {
  body {
    background: #14cc76 url(./images/m_soon.png) no-repeat top center;
    background-size: 120%;
  }
}