/* Official HEMPGenTech logo treatment: preserve the supplied transparent PNG at its native aspect ratio. */
.brand-logo-slot--hempgentech {
  border: 0;
  height: 120px;
  /* The source PNG includes transparent canvas space; clipping it cannot trim the visible logo. */
  overflow: clip;
  width: 194px;
}

.brand-logo-slot--hempgentech img {
  height: auto;
  left: -54px;
  max-width: none;
  position: absolute;
  top: -86px;
  width: 301px;
}

@media (max-width: 620px) {
  .brand-logo-slot--hempgentech {
    height: 101px;
    width: 164px;
  }

  .brand-logo-slot--hempgentech img {
    left: -46px;
    top: -73px;
    width: 255px;
  }
}
