#cloud-site .hero .logo-stackdriver {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 780px) {
  #cloud-site .hero .logo-stackdriver {
    display: none;
  }
}
