@media (min-width: 768px) {
  #product-information .page-header::before {
    display: block;
    content: "";
    position: relative;
    z-index: 100;
    width: 200px;
    height: 120px;
    background: url("/en/files/BB_ProudlySupporting_Colour_DIGITAL.PNG") no-repeat;
    background-size: contain;
    right: 20px;
    top: -70px;
    float: right;
  }
}

@media (max-width: 769px) {
  #product-information .page-header::before {
    display: block;
    content: "";
    position: relative;
    z-index: 100;
    width: 130px;
    height: 80px;
    background: url("/en/files/BB_ProudlySupporting_Colour_DIGITAL.PNG") no-repeat;
    background-size: contain;
    right: 20px;
    top: -40px;
    float: right;
  }
}
