.image_off, #restoration:hover .image_on{
   display:none
}
.image_on, #restoration:hover .image_off{
   display:block
}
.centered {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(0,0,0,.5);
    color:white;
    width:100%;
}
.top-left {
    position: absolute;
    top: 18px;
    left: 16px;
    background-color:rgba(0,0,0,.5);
    color:white;
    width:15%;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 18px;
    right: 16px;
    background-color:rgba(0,0,0,.5);
    color:white;
    width:15%;
}
.products {
    list-style-type:disc;
    list-style-position: inside;
    text-indent: -1em;
    display:list-item;

}
