body, html {
    overflow-x: clip !important;
}


.bcorp .bcorp-header__logo img {
    width: 170px;
}

/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bcorp .bcorp-header__logo img {
        width: 249px !important;
    }
}

/* mobile */
@media (max-width: 480px) {
    .bcorp .bcorp-header__logo img {
        width: 130px;
    }
}