.reveal .slide-logo {
  height: 150px !important;
  width: 150px !important;
  max-width: unset !important;
  max-height: unset !important;
  /* If you set a slide background to white, the row below will hide the logo on that slide! */
  z-index: -999 !important; 
}




/* SMALL everywhere (default) */
/*.reveal .slide-logo {
/*  height: 70px !important;
/*  width:  70px !important;
/*  max-width:  unset !important;
/*  max-height: unset !important;
/*}
/*
/*/* LARGE **only** while the real title slide is being shown */
/*.reveal:has(section#title-slide.present)   .slide-logo,
/*.reveal:has(section[data-title-slide].present) .slide-logo {
/*  height: 150px !important;
/*  width:  150px !important;
/*}
