.blueimp-gallery > .title {
    text-align: center;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  background: #FFF;
  width: 100%;
  top: 0;
  }
  
.blueimp-gallery > .title:hover  {
    opacity: 1;
	
  color: #FFF;
}

.blueimp-gallery>.indicator {visibility:hidden;}

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause {
    display: block; 
}

