/*
#bounce_wrapper {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index:0;
    pointer-events: none;
}

.content_section[data-typo-fullscreen]{
    margin-top: -4rem;
}
.content_section.bouncy_logo_section{
    position: relative; overflow: hidden;
    padding: 0;
}

.bouncy_logo_section .bouncing_logo {
    z-index: 2000;
    position: absolute;
    width: 6.25em; height: 6.25em;
    font-size: 0.5rem;
}
.bouncy_logo_section .bouncing_logo .logo.clock {
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
}

.content_section.bouncy_logo_section .content_column {
    padding-top: 5rem;
}

@media screen and (min-width:40em) {
    .bouncy_logo_section .bouncing_logo {
        font-size: 0.875rem;

    }

}

@media screen and (min-width:64em) {
    .bouncy_logo_section .bouncing_logo {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 120em){
    .bouncy_logo_section .bouncing_logo {
        font-size: 1.75rem;
    }
}
*/