@media (max-width: 767px) {
  .hello {
    width: 180px;  /* slightly smaller on mobile */
    height: 220px;
  }
  .hello img:first-child { /* favicon */
    width: 70%;
  }
}
