.nav-logo-40,
.footer-cell-1 .stars-logo-40 {
  height: 3.1rem;
  width: auto;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media only screen and (max-width: 768px) {
  .nav-logo-40 {
    height: 2.5rem;
    width: auto;
  }

  .footer-cell-1 .stars-logo-40 {
    height: 2.8rem;
    width: auto;
  }
}
