#home-landing {

    background: #8a4c28;
    background-image: url(https://media.lanecrawford.com.cn/feature/PressPlayGold_BG_v2_m.jpg);
    background-size: 100%;
    background-position: top center;
    padding: 0 15px;
    margin: 0;

}

.home-landing__content {

    background: white;
    max-width: 1200px;
    margin: auto;
    padding: 0 5px 30px;
    
}

@media screen and ( max-width: 767px ) {

  .hero-banner__title {
    font-size: 24px;
  }

}

@media screen and ( min-width: 768px ) {

  #home-landing {

    background-image: url(https://media.lanecrawford.com.cn/feature/PressPlayGold_BG_v2.jpg);
    background-size: 1600px;

  }

  .home-landing__content {

    padding: 0 20px 30px;

  }

}
