.pro-img {
    width: 100%;
    height: 200px;
    background: #d3d3d3;
    display:block;overflow:hidden;
    margin-bottom:11%;
}
#gallerysec{padding-top:6%;padding-bottom:2%;}
.pro-img img {
    width: 100%;
    border: 5px solid #d3d3d3;
}

@media (max-width: 480px) {
    .pro-img{height: auto;margin-bottom: 3%;}
}

button#viewMore{
    border: none;
    margin-bottom: 2%;
    background: #5C5A57;
    color: #fff;
    padding: 1% 3%;
    border-radius: 4px;
    font-size: 15px;
    font-family: gstatic;
    border-bottom: 2px solid#393737;
}

.galImg{width:100%; border: 5px solid #d3d3d3;transition:all 1s ease;box-shadow: 8px 8px #a4a4a4;}
.galImg:hover{box-shadow: 8px 8px #817e7e;}
.galImg img{width:100%;}
.block{display:block;}