.gallery_photo img{
    width:150px;
    height: 200px;
    margin:5px;
    border:1px solid silver;
    float:left;
    overflow:hidden;
    cursor:pointer;
}

#popup_gallery{
    display:none;
    width:750px;
    min-height:600px;
    background:#fff;
    position:absolute;
    z-index:999;
    top:40%;
    left:40%;
    margin-left:-250px;
    margin-top:-200px;
    border-radius:7px;
}
.popup_gallery_top a{
    color:#fff;
    text-decoration:none;
    text-align: right;
    position:absolute;
    font-size:20px;
    float:right;
    right:10px;
    top:5px;
}

.popup_gallery_top{
    background:#870D39;
    width:100%;
    height:50px;
    border-radius:7px 7px 0 0;
    color:#fff;
    font-size:18px;
    text-align:center;
    padding-top:20px;
    font-weight:bold;
}

.gallery_loadspace input{
    display:block;
}


#hover_2{
    display:none;
    width:100%;
    height:150%;
    position:absolute;
    background-color:rgba(0,0,0,0.7);
    top:0px;
    left:0px;
    z-index:997;
}

.photo_userinfo{
    display:flex;
}

#popup_gallery .photo_large{
    width:350px;
    height:400px;
    margin:20px;
    border: 1px solid silver;
    overflow:hidden;
}

.sol {
    width:350px;
    height:400px;
    overflow:hidden;
}

.sol img{
    width:350px;
    height:400px;
    object-fit: cover;

}

#popup_gallery .photo_usercomment{
    width:320px;
    height:400px;
    margin:20px;
    border: 1px solid silver;
}

#popup_gallery .photo_reactions{
    width:710px;
    height:25px;
    border: 1px solid silver;
    margin:10px 20px;
}

#popup_gallery .photo_comments{
    width:710px;
    min-height:50px;
    margin:10px 20px;
    border: 1px solid silver;
}

.gallery{
    width:100%;
    justify-content:space-between;
    display:block;

}

.videogallery{
    display:flex;
        flex-wrap:wrap;
}

