.galeristyle-cer{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: block;
    border: 1px solid #cfcfcf;
    position: relative;
    transition: .3s ease;
    margin-top:30px;
    cursor: pointer;
    border-radius: 2px;
}
.galeristyle-cer:hover{
    transform: scale(1.02);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    border-color: #FFFFFF;
}
.galeristyle-cer>img{
    height: 250px;
    margin: 0;
    min-width: 100%;
}
.galeristyle-row{
    margin-top: -30px;
}
.viewer-backdrop{
    background-color: rgba(0,0,0,0.86);
}