/** Increase login box height a bit  **/
#id_LoginBoxGadget .loginContainer 
{
  height: 115px;
}
/** Keep header images in a row on mobile **/
.headerImageGadget {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
}