/* Centralised from 3 repeated inline copies across GameHarbor. */

.gh-platform-banner{
  max-width:1200px !important;
  margin:26px auto 28px !important;
  padding:0 18px !important;
}
.gh-platform-banner img{
  width:100% !important;
  height:280px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  border-radius:18px !important;
  border:1px solid rgba(0,223,240,.35) !important;
  box-shadow:0 18px 40px rgba(0,0,0,.35) !important;
}
@media (max-width:900px){
  .gh-platform-banner img{
    height:auto !important;
  }
}
