#imglistdiv{
//max-height: 460px;
//overflow-y: auto;
}

#imglistdiv ul {
    list-style: none;
    padding-left: 0 !important;
}

.download-btn {
    z-index:8888;
    position: absolute;
    opacity: .8;
    text-align: right;
    width:100%;
}

#imglistdiv ul > li {
    //float:left;
    position: relative;
    display: inline-block;
    margin: 0 15px 15px 0;
}
#imglistdiv ul > li > span {
    display: block;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

a.img-display:hover img {
    opacity: .8;
}

a.img-display > img{
   // margin:4px;
    width:160px;
    height:100%;
}

@media only screen and (max-width: 767px) {
    a.img-display > img{
        width:25px;
        height:25px;
    }
}