    /*=========================default css rules are using min-width: 320px====================*/
    
    body {
        font-family: "brandon-grotesque", sans-serif;
        font-size: 100%;
        background: /* top, color, faked with gradient */
        linear-gradient( rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), /* bottom, image */
        url(images/static.gif);
        background-size: 500px;
        background-attachment: fixed;
        background-repeat: repeat;
        margin: 0;
        padding: 0;
    }
    
    a {
        color: #50aa63;
        text-decoration: none;
        font-weight: 300;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    a:hover {
        color: #50aa63;
        text-decoration: none;
        font-weight: 400;
    }
    
    .container {
        width: 100%;
        /* 1024 / 1024 */
        margin-left: auto;
        margin-right: auto;
    }
    
    .inner-container {
        width: 100%;
        /* 1024 / 1024 */
        position: absolute;
    }
    
    .immersive {
        display: none;
    }
    
    .light {
        background: #fff;
        opacity: .9;
    }
    
    .title {
        position: fixed;
        display: flex;
        align-items: center;
        margin-left: 2em;
        margin-right: 2em;
        height: 100%;
        padding: 0 .25em;
        top: 0;
        z-index: -1;
    }
    
    .title .big {
        position: relative;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 200;
        letter-spacing: .02em;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        opacity: .4;
        font-size: 3em;
        line-height: 1em;
        text-align: center;
        color: white;
    }
    
    .title_secondary .secondary {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 200;
        letter-spacing: .02em;
        height: auto;
        opacity: 1;
        width: 50%;
        font-size: 1.75em;
        line-height: 1.3em;
        text-align: right;
        margin-left: auto;
        padding-top: 15%;
        padding-bottom: 180px;
        padding-right: 6%;
        padding-left: 6%;
        z-index: 1;
        color: #868686;
    }
    
    .suess {
        font-size: 3.5em!important;
    }
    
    .mobile_dialogue .title {
        height: auto;
        position: fixed;
        opacity: .3;
        width: 63.4765625%;
        /* 650 / 1024 */
        top: 5%;
        left: 50%;
        font-size: 10em;
        text-align: center;
        margin-right: auto;
        margin-left: -31.73828125%;
        /* 325 / 1024 */
        z-index: -1;
        color: white;
    }
    
    .background {
        opacity: .6;
        width: 100hv;
        height: auto;
        margin-top: 5%;
        margin-left: -70%;
        /* 325 / 1024 */
        z-index: 0;
    }
    
    .background img {
        width: 100%;
    }
    
    .background_teeth {
        position: static;
        opacity: .6;
        width: 100%;
        height: 100vh;
        top: -1%;
        left: 0;
        overflow: hidden;
        z-index: 0;
    }
    
    .background_teeth img {
        transform: scale(1.5);
    }
    
    .background_circuit-board {
        position: relative;
        opacity: .6;
        width: 100%;
        height: 100vh;
        top: -1%;
        left: 0;
        overflow: hidden;
        z-index: 0;
    }
    
    .background_circuit-board img {
        transform: scale(2.5);
    }
    
    .background_secondary {
        position: fixed;
        opacity: .9;
        width: 100%;
        height: auto;
        top: -.5%;
        left: -28%;
        z-index: -1;
    }
    
    .background_secondary img {
        transform: scale(3);
    }
    
    .backgroundwe_secondary {
        position: fixed;
        opacity: .8;
        width: 100%;
        height: auto;
        top: -1%;
        left: -30%;
        margin-top: 5%;
        z-index: -1;
    }
    
    .backgroundwe_secondary img {
        transform: scale(3);
    }
    
    .responsive_video_layer {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    
    .background_injuries {
        position: fixed;
        opacity: 1;
        width: 100%;
        height: auto;
    }
    
    .gifs {
        /*margin-top: 100vh;*/
        margin-left: 0;
        z-index: 1;
    }
    
    .gifs img {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .gifs img:hover {
        opacity: 0;
        transform: scale(.15, .15);
    }
    
    .footer {
        position: absolute;
        width: 63.4765625%;
        /* 650 / 1024 */
        left: 50%;
        font-size: 2.25em;
        text-align: center;
        margin-left: -31.73828125%;
        /* 325 / 1024 */
        z-index: 2;
    }
    /* needed to keep AP divs within container relative to container edge */
    
    .text_over_gif {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding: 1em;
    }
    
    .text_over_gif p {
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 300;
        font-size: 3em;
        font-style: normal;
        line-height: 1em;
        z-index: 10;
        text-decoration: none;
        height: auto;
    }
    
    .darker p {
        opacity: .3;
        color: #000;
        padding: .8em;
    }
    
    .darker2 p {
        position: absolute;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 200;
        letter-spacing: .1em;
        font-size: .7em;
        font-style: normal;
        line-height: 1.25em;
        z-index: 10;
        text-decoration: none;
        height: auto;
        opacity: 1;
        color: #fff;
        padding: .8em;
        background-color: black;
        bottom: 0;
        
    }
    
    .medium p {
        opacity: .4;
        color: #000;
        padding: .8em;
    }
    
    .lighter p {
        opacity: .4;
        color: #fff;
        padding: .8em;
    }
    
    .custom p {
        opacity: .5;
        color: #fff;
        padding: .8em;
    }
    
    .gif_page {
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        z-index: -10;
        
    }
    
    .gif_overlay {
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        z-index: -10;
    }
    
    .gif_repeat {
        display: block;
        min-height: 2000px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(gifs/clock_repeat.gif);
        background-size: 5%;
        
    }
    
    .gif_page img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        z-index: -10;
    }
    
    .pictures {
        background: url(gifs/nature_slow_small.gif);
        background-size: contain;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .pic_arrange {
        display: inline-block;
        height: auto;
        width: 100%;
        clear: both;
        mix-blend-mode: screen;
        -webkit-transition: all .9s ease-in;
        -moz-transition: all .9s ease-in;
        transition: all .9s ease-in;
    }
    
    .pic_arrange:hover {
        /*mix-blend-mode: color-burn;*/
        transform: scale(1.15, 1.15);
    }
    
    .background_injuries img {
        width: 100%!important;
    }
    
    img {
        max-width: 100%;
    }
    /* ------------------------------------------------------------------ */
    
    button {
        outline: none;
        border: none;
        background-color: black;
        color: gray;
    }
    
    .player_controls {
        position: fixed;
        float: left;
        right: .5em;
        bottom: 0;
        z-index: 10;
    }
    
    .player_controls img {
        width: 50px;
        height: auto;
        opacity: .5;
        padding-left: .75em;
    }
    
    .play {
        position: fixed;
        float: left;
        right: .25em;
        bottom: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(images/speaker_icon_play.png);
        background-size: contain;
        opacity: .7;
    }
    
    .pause {
        position: fixed;
        float: left;
        right: .25em;
        bottom: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(images/speaker_icon_pause.png);
        background-size: contain;
        opacity: .7;
    }
    
    .mobile_controls_play {
        opacity: .6;
        width: 65px;
        height: 40px;
        background: gray;
        color: white;
        font-size: 1.05em;
        font-weight: 900;
        margin: 0;
        padding: 3px 6px 4px 6px;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .mobile_controls_play:hover {
        background: black;
    }
    
    .mobile_controls_pause {
        opacity: .6;
        width: 45px;
        height: 40px;
        background: gray;
        color: white;
        font-size: 1.05em;
        font-weight: 900;
        margin: 0;
        padding: 3px 6px 4px 6px;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .mobile_controls_pause:hover {
        background: black;
    }
    /* ------------------------------------------------------------------ */
    
    @media screen and (min-width: 480px)
    /*==========================anything above apply these rules==============================   480 px  */
    
    {
        .title .big {
            position: relative;
            font-family: "brandon-grotesque", sans-serif;
            letter-spacing: .02em;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            font-size: 3.5em;
            line-height: 1em;
            text-align: center;
            color: white;
        }
        .text_over_gif p {
            font-size: 4em;
        }
        .title .secondary {
            width: 65%;
            font-size: 5em;
        }
        .suess {
            font-size: 4.3em!important;
        }
        .background_circuit-board {
            opacity: 1;
            height: 100vh;
        }
        .background_teeth {
            height: 100vh;
        }
        .backgroundwe_secondary {
            top: -5%;
            left: -35%;
        }
        .backgroundwe_secondary img {
            transform: scale(2.5);
        }
        .column_left {
            width: 33.33333333%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .column_middle {
            width: 33.33333333%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .column_right {
            width: 33.33333333%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .gifs img {
            width: 50%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .gif_repeat {
            background-size: 10%;
        }
        .mobile_controls_play {
            background: #292929;
        }
        .mobile_controls_pause {
            background: #292929;
        }
        .mobile_controls_play:hover {
            opacity: 1;
        }
        .mobile_controls_pause:hover {
            opacity: 1;
        }
    }
    
    @media screen and (min-width: 640px)
    /*==========================anything above apply these rules==============================   640 px  */
    
    {
        body {
            background: /* top, color, faked with gradient */
            linear-gradient( rgba(105, 105, 105, 0.45), rgba(105, 105, 105, 0.45)), /* bottom, image */
            url(images/static.gif);
            background-size: 500px;
            background-attachment: fixed;
            background-repeat: repeat;
            margin: 0;
            padding: 0;
        }
        .title .big {
            font-size: 5.5em;
            font-weight: 500;
            line-height: 1em;
            opacity: .7;
            color: white;
            padding: 0 .3em;
        }
        .text_over_gif p {
            font-size: 5em;
        }
        .title .secondary {
            width: 65%;
            font-size: 6em;
            padding-top: 8%;
        }
        .title_secondary .secondary {
            width: 50%;
        }
        .suess {
            font-size: 5em!important;
        }
        .background_circuit-board {
            opacity: .7;
            height: auto;
        }
        .background_teeth {
            height: auto;
        }
        .background_teeth img {
            transform: scale(1.5);
        }
        .backgroundwe_secondary img {
            transform: scale(2.5);
        }
        .gif_page.hide img {
            display: none;
        }
        .gif_repeat {
            background-size: 15%;
        }
    }
    
    @media screen and (min-width: 960px)
    /*==========================anything above apply these rules==============================   960 px  */
    
    {
        body {
            background: /* top, transparent red, faked with gradient */
            linear-gradient( rgba(105, 105, 105, 0.45), rgba(105, 105, 105, 0.45)), /* bottom, image */
            url(images/static.gif);
            background-size: 500px;
            background-attachment: fixed;
            background-repeat: repeat;
            margin: 0;
            padding: 0;
        }
        .title .big {
            font-size: 6.5em;
            font-weight: 500;
            line-height: 1em;
            opacity: .7;
        }
        .text_over_gif p {
            font-size: 6em;
        }
        .title .secondary {
            width: 65%;
            font-size: 8em;
        }
        .suess {
            font-size: 7.5em!important;
        }
        .backgroundwe_secondary {
            top: -15%;
            left: -35%;
        }
        .backgroundwe_secondary img {
            transform: scale(2);
        }
        .column_left {
            width: 50%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .column_middle {
            width: 50%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .column_right {
            width: 50%;
            /* 341.333333 / 1024 */
            float: left;
        }
        .gifs img {
            width: 33.33333333%;
            /* 341.333333 / 1024 */
            float: left;
        }
        button {
            outline: none;
            border: none;
            color: gray;
        }
        .mobile_controls_play {
            opacity: .6;
            width: 65px;
            height: 40px;
            background: gray;
            color: white;
            font-size: 1.05em;
            font-weight: 900;
            margin: 0;
            padding: 3px 6px 4px 6px;
            border: none;
        }
        .mobile_controls_play:hover {
            background: black;
        }
        .mobile_controls_pause {
            opacity: .6;
            width: 40px;
            height: 40px;
            background: gray;
            color: white;
            font-size: 1.05em;
            font-weight: 900;
            margin: 0;
            padding: 3px 6px 4px 6px;
            border: none;
        }
        .mobile_controls_pause:hover {
            background: black;
        }
    }
    
    @media screen and (min-width: 1200px)
    /*==========================anything above apply these rules==============================   1200 px  */
    
    {
        .immersive {
            display: block;
        }
        .respond {
            display: none;
        }
        .player_controls {
            display: none;
        }
        body {
            font-family: "Times New Roman", Georgia, Serif;
            background-image: url(images/static.gif);
            background-size: 500px;
            background-attachment: fixed;
            background-repeat: repeat;
            margin: 0;
            padding: 0;
            background-color: #ffffff;
        }
        h1 {
            font-family: "brandon-grotesque", sans-serif;
            font-size: 5em;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 8px;
            padding: 25px;
            color: #90a5ac;
        }
        #full-page-nav {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        #hide {
            position: absolute;
            width: 500px;
            height: 500px;
            margin-right: auto;
            margin-left: auto;
            left: 50%;
            top: 35%;
            margin-left: -250px;
            margin-top: -250px;
            font-size: 4em;
            text-align: center;
            list-style: none;
            font-weight: bold;
        }
        #hide li {
            margin-top: 20px;
        }
        #hide li a {
            color: rgba(32, 34, 34, 0.29);
            text-decoration: none;
            transition: all 1s ease;
        }
        #hide li a:hover,
        #nav li a:focus {
            color: rgba(32, 34, 34, 0.79);
        }
        #nav li a#strikeout:hover:after {
            content: url(images/forgetStrike-03.png);
            transform: scale(.25);
            opacity: .75;
            display: block;
            position: absolute;
            top: -125px;
            left: -380px;
        }
        .opening {
            min-height: 2000px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            background-image: url(images/static.gif);
            background-size: 500px;
            background-attachment: fixed;
        }
        #opening {
            position: absolute;
            width: 500px;
            height: 225px;
            margin-right: auto;
            margin-left: auto;
            left: 50%;
            top: 50%;
            margin-left: -250px;
            margin-top: -112px;
            font-size: 4em;
            text-align: center;
            list-style: none;
            font-weight: bold;
        }
        #opening li {
            margin-top: 20px;
        }
        #opening li a {
            color: rgba(32, 34, 34, 0.29);
            text-decoration: none;
            transition: all 1s ease;
        }
        #opening li a:hover,
        #nav li a:focus {
            color: rgba(32, 34, 34, 0.79);
        }
        #content {
            position: relative;
            z-index: 2;
            width: 500px;
            height: 1500px;
            width: 66%;
            padding: 4% 6%;
            margin: 0 10%;
            font-size: 4em;
            text-align: center;
            list-style: none;
            font-weight: bold;
        }
        #full-page-nav {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        #nav {
            position: absolute;
            width: 500px;
            height: 500px;
            margin-right: auto;
            margin-left: auto;
            left: 50%;
            top: 35%;
            margin-left: -250px;
            margin-top: -250px;
            font-size: 3.5em;
            text-align: center;
            list-style: none;
            font-weight: bold;
        }
        #nav li {
            margin-top: 20px;
        }
        #nav li a {
            color: rgba(32, 34, 34, 0.29);
            text-decoration: none;
            transition: all 1s ease;
        }
        #nav li a:hover,
        #nav li a:focus {
            color: rgba(32, 34, 34, 0.79);
        }
        .click {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .fit_pic {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            height: 100%;
        }
        .pictures {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }
        .pic_arrange {
            display: inline-block;
            height: 375px;
            width: auto;
            clear: both;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease;
        }
        .pic_arrange:hover {
            opacity: 0;
            transform: scale(.15, .15);
        }
        /*fullpage navigation div*/
        img[usemap] {
            border: none;
            height: auto;
            max-width: 100%;
            width: auto;
        }
        /*t1-t8 stands for the teeth in life page */
        #head:hover>.video_layer,
        #heart:hover>.video_layer,
        #stomach:hover>.video_layer,
        #right-arm:hover>.video_layer,
        #left-arm:hover>.video_layer,
        #right-leg:hover>.video_layer,
        #left-leg:hover>.video_layer,
        #t1:hover>.video_layer,
        #t2:hover>.video_layer,
        #t3:hover>.video_layer,
        #t4:hover>.video_layer,
        #t5:hover>.video_layer,
        #t6:hover>.video_layer,
        #t7:hover>.video_layer,
        #t8:hover>.video_layer,
        #p1:hover>.video_layer,
        #p2:hover>.video_layer,
        #p3:hover>.video_layer,
        #p4:hover>.video_layer,
        #p5:hover>.video_layer,
        #p6:hover>.video_layer,
        #p7:hover>.video_layer,
        #p8:hover>.video_layer,
        #p9:hover>.video_layer,
        #p10:hover>.video_layer,
        #p11:hover>.video_layer,
        #p12:hover>.video_layer,
        #p13:hover>.video_layer,
        #heart_through:hover>.video_layer,
        #scribble:hover>.video_layer {
            visibility: visible;
            z-index: -1;
        }
        .video_layer {
            visibility: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            z-index: 1;
        }
        .video_layer_we {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden;
            z-index: 1;
        }
        .video_layer_vid {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    
    @media (min-aspect-ratio: 16/9) {
        .video_layer_vid {
            width: 100%;
            height: auto;
        }
    }
    
    @media (max-aspect-ratio: 16/9) {
        .video_layer_vid {
            width: auto;
            height: 100%;
        }
    }
    
    @media (min-aspect-ratio: 16/9) {
        .video_layer_vid {
            height: 300%;
            top: -100%;
        }
    }
    
    @media (max-aspect-ratio: 16/9) {
        .video_layer_vid {
            width: 300%;
            left: -100%;
        }
    }
    /*
    @media (max-width: 767px) {
        .fullscreen-bg {
            background: url('images/butterfly-1.gif') center center / cover no-repeat;
        }
        .fullscreen-bg__video {
            display: none;
        }
    }
    */