
@media screen and (min-width: 64em) and (max-width: 74.9375em){
    .typo_animation_wrapper[data-typo_animation-devices*="large"][data-typo_animation-relative-large="false"] {
        height: 300vh;
        position: relative;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="large"][data-typo_animation-relative-large="false"] .content_section {
        height: 100vh;
        top: 0; left: 0;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="large"][data-typo_animation-relative-large="false"] .content_section.is_fixed {
        position: fixed !important;
    }
    
}
@media screen and (min-width: 75em) and (max-width: 89.9375em){
    .typo_animation_wrapper[data-typo_animation-devices*="xlarge"][data-typo_animation-relative-xlarge="false"] {
        height: 300vh;
        position: relative;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="xlarge"][data-typo_animation-relative-xlarge="false"] .content_section {
        height: 100vh;
        top: 0; left: 0;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="xlarge"][data-typo_animation-relative-large="false"] .content_section.is_fixed {
        position: fixed !important;
    }
}
@media screen and (min-width: 90em){
    .typo_animation_wrapper[data-typo_animation-devices*="xxlarge"][data-typo_animation-relative-xxlarge="false"] {
        height: 300vh;
        position: relative;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="xxlarge"][data-typo_animation-relative-xxlarge="false"] .content_section {
        height: 100vh;
        top: 0; left: 0;
    }
    .typo_animation_wrapper[data-typo_animation-devices*="xxlarge"][data-typo_animation-relative-large="false"] .content_section.is_fixed {
        position: fixed !important;
    }
}

/****************************************************************************
 * Hashtag Column
 ****************************************************************************/
@media screen and (min-width:64em){
    .hashtag_column {
        position: absolute;
        bottom: 1rem;
        left: 0; width: 100%;
        text-align: center;
    }
}

@media screen and (min-width:90em){
    .hashtag_column {
        position: absolute;
        bottom: 3rem;
    }
}