.logohs {
  width: 60px;
  height: 60px;
  background: url("hesilogo200.png") no-repeat;
  background-size:cover;
  background-position: center center;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .logohs {
      width: 60px; } }

.logo-mobilehs {
  width: 45px;
  height: 45px;
  background: url("hesilogo200.png") no-repeat;
  background-size:cover;
  background-position: center center; }