.gated-content {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.gated-content.hide {
  opacity: 0;
}
