@media only screen and (max-width: 767px) {
    
 .logo-alt{
  width: 90px;
  position: absolute;
  z-index: 2000;
  background:#fff;
  border-bottom:3px solid;
  border-left:3px solid;
  border-right:3px solid;
  padding:3px;
}

}

