/* .container {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
} */

.full-screen {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#animation {
    min-height: 100px;
}

#animation svg g g:nth-child(4) {
    /* opacity: 0; */
}

.animation {
    height: 70vh;
}

#lsAnimae01HomeContentTarget {
    height: 690px;
    /* border:1px red solid; */
}

#lsAnimae01HomeContentBBWrapper {
    position: relative;
    height:550px;
    /* border:1px orange solid; */
}

#lsAnimae01HomeContentContainer {
    position:absolute;
    top:0;
    /* left:90px; */
    height:552px;
    /* border:1px green solid; */
}

.paddingBottomZero {
    padding-bottom: 0px !important;
}
