/* 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;
}
@media (max-width:900px){
    .gh-platform-banner img{
        height:auto !important;
    }
}
