.layerContainer {
  background: rgba(17, 17, 17, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: table;
  z-index: 9999;
  right: 0;
  bottom: 0;
}
.layerContainer .photo-wall-publish-time {
  bottom: -30px !important;
}
.layerContainerHasMinHeight {
  min-height: 746px;
}

.gl-cpt_loading {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -85px 0 0 -85px;
  text-align: center;
  overflow: hidden;
}
.gl-cpt_loading > div {
  position: relative;
}
.gl-cpt_loading img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.gl-cpt_loading span {
  display: block;
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
}

