/* your styles go here */
/* ========================================= 
IMAGE OVER PROCCESSING WAITING
=========================================  */
.overlay {
 height: 100%;
 width: 100%;
 display: none;
 position: fixed;
 z-index: 9999999;
 top: 0;
 left: 0;
 background-color: #fff;
 opacity:50%
}

.overlay-content {
 position: relative;
 top: 25%;
 width: 100%;
 text-align: center;
 margin-top: 30px;
}
@media screen and (max-height: 450px) {
 .overlay a {font-size: 20px}
 .overlay .closebtn {
 font-size: 40px;
 top: 15px;
 right: 35px;
 }
}