@charset "UTF-8";

.iiif-copy {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: unset;
    margin: unset;
    border: unset;
    background: white url(../img/iiif.png) center / contain no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.iiif-copy:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    background-color: #dedede;
}
