/* snow public link: */
/* http://downsross.com/content/2-exhibitions/19-jacky-connolly-ariadne-2019/snow-1.gif */

body {
  color: #ccc !important;
  text-shadow: #ccc 0px 0px 15px !important;
}

body::before {
    background-image: url(/content/2-home/snow.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}

a {
  color: #ccc !important;
  text-shadow: #ccc 0px 0px 15px !important;
}

a:link,
a:visited {
  color: #ccc !important;
  text-decoration: none !important;
}

a:active {
  color: #aaa !important;
}

polyline.st0,
line.st0 {
  stroke: #ccc !important;
}

a:hover polyline.st0,
a:hover line.st0 {
  stroke: red !important;
}

a:hover {
  color: red !important;
  text-shadow: red 0px 0px 15px !important;
  cursor: pointer !important;
}

.fixed-wrap {
  background-color: transparent !important;
}

.footer {
  background-color: transparent !important;
}

.rule {
  border-bottom: 1px solid #aaa !important;
}

.vid-cntrls {
  display: none !important;
}

.sub-block.right,
.sub-block.left {
  max-width: 15%;
  min-width: 100px;
}

@media (max-width: 770px) {
  .sub-block.right,
  .sub-block.left {
    max-width: inherit;
    min-width: inherit;
  }
}