.logo-image {
  width: 300px;
}

@media only screen and (min-width: 600px) {
  .logo-image {
    width: 500px;
  }
}