.loading_gallery{
    position: absolute;
    min-height: 70%;
    /*background-color: rgba(255,255,255,0.3);*/
    width: 97%;
    z-index: 9;
    pointer-events: none;
    padding: 13%;
}
.loading_gallery div{
    margin: auto auto;
    background-color: rgba(0,0,0,.6);
    border-radius: 20px;
    width: 128px;
    height: 128px;
    text-align: center;
}
.loading_gallery div i {
    color: white;
    font-size: 65px;
    margin-top: 28px;
}
.rotate_photo{
    cursor: pointer;
    background-color: #9E9E9E;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 9px;
    border-radius: 5px;
    color: black;
}
.rotate_photo:hover{
  background-color: #666;
}
.footer-gallery {
    margin-right: 15px;
}
