/*gallery*/
.gallery-img-div{
    padding: 5px;
    /*-webkit-box-shadow: 0px 10px 40px -20px #000000;*/
    /*-moz-box-shadow: 0px 10px 40px -20px #000000;*/
    /*-ms-box-shadow: 0px 10px 40px -20px #000000;*/
    /*-o-box-shadow: 0px 10px 40px -20px #000000;*/
    /*box-shadow: 0px 10px 40px -20px #000000;*/
}
.gallery-img-div img{
    width: 24%;
    height: 164px;
    margin-bottom: 5px;
}

.gallery-img-div2 img{
    width: 25%;
    height: 165px;
    margin-bottom: 5px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .gallery-img-div img{
        width: 100%;
        height: 164px;
        margin-bottom: 5px;
        padding: 2px;
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .gallery-img-div img{
        width: 100%;
        height: 164px;
        margin-bottom: 5px;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .gallery-img-div img{
        width: 100%;
        height: 164px;
        margin-bottom: 5px;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .gallery-img-div img{
        width: 24%;
        height: 164px;
        margin-bottom: 5px;
    }
}
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .gallery-img-div img{
        width: 24%;
        height: 164px;
        margin-bottom: 5px;
    }
}