.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

@media screen and (max-width: 768px) {
  .PageHeader {
    display: none;
  }

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}