#colorboxNodeLoading {
  background: url('./images/loading.gif') no-repeat center center;
  width: 100%;
  height: 100%;
}
.colorboxNodeLoading{
  display:inline-block;
  font-size: 40px;
  line-height: 150px;
  background-color:black;
  color:white;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
}