#artbghold {
    position: fixed;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}

#artbghold .vignette {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top:0px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%), radial-gradient(circle,rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    z-index: +1;
}

#artbg {
    width: 900px;
    height: 900px;
    perspective: 900px;
}

#artbg #parent {
    transform: rotateX(40deg) rotateY(18deg) translateZ(0px);
    transform-style: preserve-3d;
    position:relative;
    backface-visibility: hidden;
}

#artbg .albumart {
    position: absolute;
    width: 300px;
    height: 300px;
    top:500px;
    left:400px;
    background: linear-gradient(12deg,rgba(189, 189, 189, 1) 0%, rgba(230, 230, 230, 1) 34%, rgba(255, 255, 255, 1) 100%);
    border-radius: 3px;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.albumart  div {
    width: 300px;
    height: 300px;
    background-size: 300px;
    mix-blend-mode: multiply;
}


#artbg .albumart:nth-child(2) {
    transform: translateZ(-200px);
}
#artbg .albumart:nth-child(3) {
    transform: translateZ(-400px);
}
#artbg .albumart:nth-child(4) {
    transform: translateZ(-600px);
}
#artbg .albumart:nth-child(5) {
    transform: translateZ(-800px);
}
#artbg .albumart:nth-child(6) {
    transform: translateZ(-1000px);
}
#artbg .albumart:nth-child(7) {
    transform: translateZ(-1200px);
}
#artbg .albumart:nth-child(8) {
    transform: translateZ(-1400px);
}
#artbg .albumart:nth-child(9) {
    transform: translateZ(-1600px);
}
#artbg .albumart:nth-child(10) {
    transform: translateZ(-1800px);
}
#artbg .albumart:nth-child(11) {
    transform: translateZ(-2000px);
}
#artbg .albumart:nth-child(12) {
    transform: translateZ(-2200px);
}
#artbg .albumart:nth-child(13) {
    transform: translateZ(-2400px);
}
#artbg .albumart:nth-child(14) {
    transform: translateZ(-2600px);
}
#artbg .albumart:nth-child(15) {
    transform: translateZ(-2800px);
}
#artbg .albumart:nth-child(16) {
    transform: translateZ(-3000px);
}
#artbg .albumart:nth-child(17) {
    transform: translateZ(-3200px);
}
#artbg .albumart:nth-child(18) {
    transform: translateZ(-3400px);
}
#artbg .albumart:nth-child(19) {
    transform: translateZ(-3600px);
}
#artbg .albumart:nth-child(20) {
    transform: translateZ(-3800px);
}



h1 {
    line-height: 1;
    letter-spacing: -5px;
    margin: 50px 0px;
    font-size: 110px;
}

.price {
    background-color: #E37B1F;
    border-radius: 28px;
    color:#000;
    padding: 20px;
}

.price h4 {
    font-size: 55px;
    letter-spacing: -2px;
}

.price h4 span {
    font-size: 18px;
    letter-spacing: 0px;
}

.price p {
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 60px 0 0 0;
}

h2 {
    line-height: 1;
    letter-spacing: -2px;
    font-size: 50px;
    margin-bottom: 40px;
}

.abeimg {
    width: 100%;
    border-radius: 28px;
    margin-bottom: 20px;
}

.review {
    margin: 12px 0;
    padding: 30px;
    border-radius: 28px;
    background-color: #202020;
    font-size: 16px;
}

.review div {
    color:#8F8F8F;
    margin-top: 5px;
}

.albumspacer {
    height: 400px;
}

#taglines {
    white-space: nowrap;
    height: 40px;
    overflow: hidden;
}

#taglines p {
    margin: 0px;
    padding: 0px;
    height: 40px;
}

#taglines {
    margin-right: -30%;
}

#rockssocks.smooth {
    transition: all 0.8s cubic-bezier(1,0,.18,1);
}

#dancer {
    max-width: 280px;
    display: block;
    margin: 0 auto;
    margin-top: 300px;
    margin-bottom: 80px;
    z-index: 0;
}

.fishextra {
    width: 1px;
    height: 1px;
    opacity: 0;
    margin: 0px;
    padding: 0px;
}

#ready {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

p a, p a.link, p a.visited {
    color:#fff;
}

#dancingfish {
    width: 385px;
    height: 305px;
    background-image: url('fish_breakdance.svg');
    background-position: 0px 0px;
    background-size: 8470px 1522.5px;
    position: relative;
    left: -60px;
}

#dancingfish.start {
    animation: fishstartx 1s steps(21, start) 0s 4 forwards, fishstarty 3s steps(3) 0s 1 forwards;
}

#dancingfish.loop {
    animation: fishloop 0.8s steps(16, end) 0s infinite;
}

@keyframes fishstartx {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -8085px;
    }
}


@keyframes fishstarty {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -915px;
    }
}


@keyframes fishloop {
    0% {
        background-position: 0px -1220px;
    }

    100% {
        background-position: -6160px -1220px;
    }
}

@media (max-width: 750px) {
    .pagecontent .wrapper {
        margin-top: 30vh;
    }
    #page {
        background-color: transparent;
    }

    #header, #fakeheader {
        transition: opacity 1s ease-in-out;
    }

    #artbghold .vignette {
        background: radial-gradient(circle,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        opacity: 0.0;
        transition: opacity 1s ease-in-out;
    }

    #artbg {
        position: relative;
        left: -54vw;
        top: -20vh;
        perspective: 1200px;
    }

    .pagecontent .wrapper:first-child {
        margin-top: 100vh;
    }

    #fakeheader {
        display: block;
        opacity: 0.0;
        z-index: +88;
    }
}