.logo {
  width: 200px;
}
@media screen and (orientation: portrait) {
  .logo {
    width: 130px;
  }
}
