.part-hero .content{
    padding-top: 60px;
}

.part-hero .content > *:last-child{
    margin-bottom: 0;
}

.part-hero .content > *:first-child{
    margin-top: 0;
}

.wp-admin .part-hero{
    min-height: 200px
}

.wp-admin .layout-padded{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.part-hero.layout-padded .content{
    padding-top: 0;
}

.animated-text{
    margin-left: 12px;
    text-transform: uppercase;
    color: #6b39fa !important;
}

.has-typing-animation .title:before{
    content: ">";
    color: white;
    position: absolute;
    left: 0;
}

.has-typing-animation .title{
    padding-left: 35px;
    position: relative;
}


.part-hero.product-hero.video-bg-set > .bg-video-container video{
    height: 90%;
    width: 90%;
}

.part-hero.product-hero.video-bg-set .title{
    opacity: 0;
    transition: 2s;
}

.part-hero.product-hero.video-bg-set.revealed .title{
    opacity: 1;
}

.part-hero.product-hero.video-bg-set .title{
    opacity: 1 !important;
}

.part-hero.product-hero {
    margin-top: 67px;
    padding-top: calc( 150px );
}

.part a.popup-button{
    margin-left: 0;
}

@media only screen and (min-width: 769px) {

    .part .mobile-only{
        display: none;
    }
        
}

@media only screen and (max-width: 500px) {
    .animated-text {
        margin-left: 0;
    }
    .animated-text:before {
        content: "";
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    .part-hero.layout-padded{
        padding-top: calc( 70px + 67px );
    }

    .video-bg-set > .bg-video-container video{
        display: none;
    }

}

.floating-words{
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.floating-words .word{
    position: absolute;
    color: white;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.floating-words .word:nth-child(1){
    top: -40%;
    right: 25%;
}

.floating-words .word:nth-child(2){
    top: 50%;
    right: 8%;
    font-size: 16px;
}

.floating-words .word:nth-child(3){
    top: 150%;
    right: 30%;
    font-size: 12px;
}

.floating-words .word:nth-child(4){
    top: 140%;
    right: 5%;
    font-size: 14px;
}