.photo-gallery-img{
    width: 200px;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer{
    display: block;
}

.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}


.img-thumbnail{
    -webkit-filter: grayscale(0);
    filter: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.img-thumbnail:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.photo-img{
    background-size: cover;
}

.photo-gallery-block{
    width: 250px;
    /*height: 200px;*/
    float: left;
}

.photo-gallery-block-image{
    width: 250px;
    height: auto;
}