#madeepGallery{
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

#madeepGallery > .madeepGalleryImg{
    display: inline-block;
    height: 75px;
    width: 75px;
    margin: 3px;
    background-size: cover;
    float: left;
}