@media handheld, only screen and (max-width: 480px) {
  
.banner--clone {
  height: 4rem;
}
  
.banner--clone .site-branding {
  height: 4rem;
}
  
.banner--clone .site-title img {
  max-height: 3rem;
}
  
.banner--clone .toggle-menu {
  margin-top: 10px;
}
  
}