
#packageanim {
    width: 100vw;
    height: 178vw;
    z-index: +10;
    position: relative;
    bottom: 0px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0px;
    z-index: +99999;
}

#vidpackage {
    width: 100%;
}

#pinningholder {
    background-color: #000;
    height: 2000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:flex-start;
    position: relative;
    z-index: +99999;
    margin-top: -40vw;
}

#pinningholder.atbottom {
    align-items: flex-end;
}

#pinningholder.atbottom #packageanim {
    height: 80vw;
    border-radius: 5vw;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

#pinningholder.atbottom + #package {
    z-index: 0;
}

#package {
    z-index: +9999999;
}

.typearta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.typearta span {
    display: block;
    width: 50%;
}

.typearta span.f {
    width: 100%;
}
.typearta span.r {
    text-align: right;
}
.typearta span.m {
    margin-left: 50%;
}.typearta span.t {
    margin-left: 15%;
    width: 75%;
}

.typeartb {
    text-align: center;
    padding:80px 0;
}

.typeartc, .typeartd {
    padding:80px 0 60px 0;
}

.typeartc span, .typeartd span  {
    display: block;
    width: 100%;
}
.typeartc span:nth-child(2) {
    text-align: center;
}
.typeartc span:nth-child(3) {
    text-align: right;
}

.typeartd {
    text-align: center;
}

.footer {
    height: 420vw;
}

@media screen and (min-width: 750px) {
    #animlips {
        display: none;
    }

    #pinningholder {
        height: 300vh;
    }

    #packageanim {
        background-color: #000;
        height: 56.25vw;
    }

    #pinningholder {
        background-color: #000;
        margin-top: 0;
    }
    #pinningholder.atbottom #packageanim {
        height: 56.25vw;
        border-radius: 0;
        box-shadow: none;
    }

    #pinningholder.atbottom + #package {
        z-index: +9999999;
    }    

    

    #page .pagecontent > .wrapper:first-child {
        flex-direction: row-reverse;
    }

    #page .wrapper:first-child .rounded {
        margin-top: 150px;
    }

    .typeartd {
        padding: 0;
    }

    .typearta {
        color:#fff;
        width: 100%;
        height: 90vh;
        line-height: 80px;
    }

    .footer {
        height: 180vh;
    }
}