.site-transition {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: color-dodge;
    opacity: .5;
    z-index: 100;
    display: none;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}

.site-transition img {
    height: 100%;
    width: 100%;
}

.site-transition--visible {
    display: inline;
}

// WEBPACK FOOTER //
// ./src/App.css