.gallery {
  display: none;
}
.loadmore.mousedisable {
    pointer-events: none;
    cursor: wait;
}
.loadmore.mousedisable {
    background-image: url(https://elementslandscape.in/wp-content/themes/salient/img/loader.gif);
    background-size: 15%;
    background-position-x: 96%;
}
.project-popupover img {
    height: 50px;
  margin-top:25%;
}
.project-popupover {
    display:none;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100vh;
    text-align: center;
}