
.laser {
  background: none;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.glowing {
  background: rgba(0, 0, 0, 0.45);
}