.gallery-plugin-wrapper{
    position:relative;
}
.gallery-plugin-wrapper .gallery-plugin-icon{
    position:absolute;
    top: 8px;
    right: 2px;
    width:50px;
    height:50px;
    background-size:50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index:100;
    opacity:0.5;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -ms-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
}
.gallery-plugin-wrapper .gallery-plugin-icon.testing{
    display:none;
}
.gallery-plugin-wrapper .gallery-plugin-icon:hover{
    cursor:pointer;
    opacity:1;
}