/* preview img ------------------------*/
#preview-over-static { 
position:absolute;
width:100vw;
z-index: 10000; 
/* basic- info 14px  colors -1826px;  where  -5754px*/
margin-top: -9920px; 
filter: invert(0%) sepia(99%) saturate(200%) hue-rotate(355deg) ;
 opacity: 0.3
}
#preview-img-static { 
   
}

#preview-over {
visibility: hidden;
position:absolute;
width:100vw;
z-index: 10000; 
}
#preview-img { 
  opacity: 0.5;
}
#preview-over-list {
visibility: hidden;
position:fixed;
bottom:0;
left:10px;
width:100vw;
opacity: 1;
z-index: 10001;
}
#preview-over-list a {
color:rgb(103, 224, 141);
font-size: 12px;
line-height:1;
}
#preview-button {
position:fixed;
bottom:15px;
right:40px; 
height:10px; 
z-index: 10002;
}
#preview-button a {
color:rgb(54, 116, 161);
opacity:0.5;
}
