.parent--still #main-content {
    max-width: none;
    padding: 0 10px;
}
.gallery a {
    overflow: hidden;
}
.gallery a:not(.jg-entry) img {
    opacity: 0;
}
.gallery img {
    transition: transform 0.5s, opacity 0.3s !important;
}
.video > .material-icons {
    font-size: 64px;
    width: 64px;
    height: 64px;
    z-index: 400;
    color: rgba(240,240,240,0.7);
    opacity: 0;
    transition: color 0.2s linear, opacity 0.2s linear;
    pointer-events: none;
}
video:hover + .material-icons {
    color: rgba(255,255,255,0.9);
}
.video.paused > .material-icons {
    opacity: 1;
}
video {
    cursor: pointer;
}
.js .page--new #main-content > p,
.js .page--new #main-content > h3 {
    visibility: hidden;
    position: absolute;
}

.slideshow img {
    outline: none;
    transform: translateZ(0);
}

.h-imgs {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    padding: 0 5px;
    width: 100vw;
    height: calc(100vh - 37px);
    bottom: 0;
    left: 0;
    white-space: nowrap;
    overflow: auto;
    z-index: 1;
    box-sizing: border-box;
}
.h-imgs > img {
    height: calc(100vh - 237px);
    width: auto;
    margin: 100px 5px 0;
}

.thumbs-grid {
}
.thumbs-grid > .grid-row {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.thumbs-grid a {
    display: block;
    overflow: hidden;
}
.slideshow:not(.images-loaded) .thumbs-grid > .grid-row:last-child {
    background: transparent url(/site/assets/img/ajax-loader.gif) center 150px no-repeat;
}
.slideshow:not(.images-loaded) .thumbs-grid > .grid-row:last-child a {
    opacity: 0;
}
.thumbs-grid img {
    width: 100%;
    height: auto;
    filter: brightness(1);
    transition: filter 0.5s;
}
.thumbs-grid a:hover img {
    filter: brightness(0.6);
}
.motion {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.motion.finished {
}
body:not(.template--basic-page) .motion {
    position: absolute;
    opacity: 0;
    transition: opacity 4s;
}
body.template--images .motion:nth-of-type(1) {
    opacity: 1;
}
.motion.current {
    z-index: 3;
}
.motion > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 1s;
}
.motion > img:nth-of-type(1) {
    opacity: 1;
    z-index: -1;
}
.motion > button {
    width: 60px;
    height: 60px;
    margin: auto;
    opacity: 0.45;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.motion.removed {
    display: none;
}
.motion.finished > button,
.motion.playing > button {
    opacity: 0;
    visibility: hidden;
}
.motion.loaded[data-autoplay="true"] > button {
    display: none;
}

.play-icon .outer {
    fill: none;
    stroke-width: 3;
    stroke: white;
    opacity: 0.7;
}
.play-icon .filler {
    stroke: none;
    fill: #ccc;
    opacity: 0.5;
}
.play-icon .triangle {
    stroke: none;
    fill: white;
}
.play-icon .outer,
.play-icon .filler {
    transition: opacity 0.3s, stroke-width 0.3s;
}
.play-icon .triangle {
    transform-origin: center center;
    transition: transform 0.3s, fill 0.3s;
}
.motion.loading .play-button .outer,
.motion .play-button:hover .outer,
.motion .play-button:hover .filler {
    opacity: 1;
}
.jigsaw {
    position: relative;
}
/*
.jigsaw > img:not(.jsimg) {
    display: none;
}
*/
.no-js .jigsaw > img:first-child {
    display: block;
}
.jigsaw > .piece {
    position: absolute;
    z-index: 1;
}

#heart-collage {
    width: 514px;
    height: 503px;
    position: absolute;
    left: calc(50% - 257px);
    top: calc(50% - 251px);
}
#heart-collage > img:not(.piece) {
    position:absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 2s;
}
#heart-collage > img[src$="outline.gif"] {
    transition: none;
}
#heart-collage > img.visible {
    opacity: 1;
}
.js .template--home #logo path,
.js .template--home #main-menu > ul > li > ul > li {
    opacity: 0;
    transition: opacity 1.5s linear;
}

.js .template--home #logo.visible path,
.js .template--home #main-menu > ul > li > ul > li.visible {
    opacity: 1;
}
.menu-intro #main-menu a {
    transition: color 1s 1s;
}
body.template--home .motion:nth-of-type(1) {
    opacity: 0;
}
body.template--home .motion:nth-of-type(1) .play-button {
    display: none;
}
