<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {background: #000000; }
* { margin: 0; padding: 0; }

.title, .txt {
  margin: 0 auto;
  color:#f0f0f0;
  text-align: center;
  font-family:arial,helvetica,sans-serif;
  font-size:35px;
  opacity:0.3;
}

#photos {
  line-height: 0;
 -webkit-column-width:250px;
 -moz-column-width:250px;
  -webkit-column-gap:   0px;
  -moz-column-gap:      0px;
  column-width:250px;
  column-gap:           0px;
}

#photos img, #photos video {
/*
  width: 250px !important;
*/
  width: 100% !important;
  height: auto !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.vid {
/*
  overflow: auto;
  overflow: hidden;
*/
}

#photos img:hover {
 -webkit-transform: scale(2.0);
 -moz-transform:scale(2.0);
}

#photos video:hover {
/*
 -webkit-transform: scale(3.0);
 -moz-transform:scale(3.0);
*/
}
</pre></body></html>