@media only screen and (min-width: 900px) {
  .logo img {
    width: 15vw;
    height: 15vw;
  }

  .logo {
    width: fit-content;
    height: fit-content;
  }
}
