.thumbnail-zoom{
    position: relative;
    z-index: 0;
}

.thumbnail-zoom:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail-zoom span {
    position: absolute;
    background-color: white;
    padding: 5px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.8s linear;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5);
}

.thumbnail-zoom span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail-zoom:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
    opacity: 1;
}

#toplevel_page_gallery_list div.wp-menu-image img{
    padding: 6px 0 0 0;
}
#ass_prod_list  td {
    padding: 5px 0px !important;
}