.logoBox {
  width:auto;
  height:auto;
  position:absolute;
  left:20px;
  top:20px;
  background:transparent;
  align-items:center;
  justify-content:center;
  text-align:center;
  max-height: 20%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

.logoImg {
    background-color: transparent;
    cursor: pointer;
}
