footer { display: none; };
@media only screen and (max-width: 1080px) {
  .banner__bg  {
    //background-image: url('/conf-data/PDM6/images/bg_main_center.jpg') !important;
    background-position: center top;
  }
  .banner__content  {
    height: 450px !important;
  }
  .banner { margin-top: -30px !important; }
}

@media only screen and (max-width: 800px) {
  
  .banner__content  {
    height: 300px !important;
  }
}

@media only screen and (max-width: 600px) {
  
  .banner__content  {
    height: 200px !important;
  }
  .banner__bg {
    min-height: 200px;
  }
}