html, body {
  background: red !important;
}

.not-triggered {
  display: none !important;
}

.triggered {
  display: inline !important;
}

