<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens { cursor:move;}

/* This is for the title text. */
.cloud-zoom-title { display:none;}

/* This is the zoom window. */
.cloud-zoom-big {background-color:#fff; overflow:hidden;}

/* This is the loading message. */
.cloud-zoom-loading { display:none;}

/* Project Store */
.cloud-zoom-gallery img {width:46px;}
#wrap .mousetrap { width:100% !important; height:100% !important;}
.cloud-zoom-big {-moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);}
.cloud-zoom-lens { background:#000 !important; opacity:0.2 !important;}</pre></body></html>