.superfotoblock {
    position: fixed;
    background-color: white;
    width: calc(100% + 15px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
}
.superfotomenu {
    cursor:pointer;
    z-index:1001;
    position: fixed;
    right:-15px;
    top:100px;
    overflow-y: auto;
    overflow-x: hidden;
}
.superfotomenu > a {
    display:block;
    float:left;
    clear:both;
    z-index:1000;
}
.superfotomenu {
    max-height: calc(100% - 150px);
}
.superfotomenu::-webkit-scrollbar{
    width: 0px;
}
.superfotoremove:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
.superfotoremove {
    background-color:rgba(0, 0, 0, 0.11);
    color:white;
    border-radius:20px;
    width:30px;
    height:30px;
    position:fixed;
    z-index:1002;
    top:40px;
    right:25px;
    cursor:pointer;
    text-align: center;
    font-size: 25px;
    line-height: 29px;
}
.superfotoblock img {
    margin: auto !important;
    display: block;
}
.superfotomenu img {
    max-width: 70px;
}
/*.superfoto-btn {*/
/*margin-top: 10px;*/
/*}*/