#mme-kehop-logo {

  position: fixed;
  bottom: 20px;
  right: 20px;

  z-index: 1000;

  background: white;
  padding: 4px;

  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

#mme-kehop-logo img {

  height: 64px;
  width: auto;
  display: block;
}

.mme-kehop-close {

  position: absolute;
  top: -8px;
  right: -8px;

  width: 18px;
  height: 18px;

  background: black;
  color: white;

  font-size: 12px;
  text-align: center;
  line-height: 18px;

  border-radius: 50%;
  cursor: pointer;
}
