<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#show-wrap {
  /* fixed width, centered in viewport */
  width: 1300px;
  margin:0 auto;
/*  left: -600px;  all width 1/2 */
/*  margin-left: 50%;*/
  position: relative;
}
#showcase {
  width: 100%;
  height: 285px;
  visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#showcase img {
  cursor: pointer;
}
#item-title {
  color: #F31414;
  font-size: 29px;
  letter-spacing: 0.13em;
  text-shadow: 1px 1px 6px #C72B2B;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px;
}

/* custom */
.cloud9-item.on:before {
    opacity:0;
}
.cloud9-item:hover:before {
    opacity:0;
}
.cloud9-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition:.3s;
    background: rgba(0, 0, 0, 0.6);
}
/**/
/*.nav {*/
/*  text-align: center;*/
/*}*/
/*.nav &gt; button {*/
/*  width: 64px;*/
/*  height: 36px;*/
/*  color: #666;*/
/*  font: bold 16px arial;*/
/*  text-decoration: none;*/
/*  text-align: center;*/
/*  margin: 5px;*/
/*  text-shadow: 0px 1px 0px #f5f5f5;*/
/*  background: #f6f6f6;*/
/*  cursor: pointer;*/
/*}*/
/*.nav &gt; button:active,*/
/*.nav &gt; button.down {*/
/*  background: #dfdfdf;*/
/*  border: solid 2px rgba(0, 0, 0, 0.6);*/
/*  box-shadow: none;*/
/*}*/</pre></body></html>