.vertical-bar{
    position: relative;
    height: 33vh;
}

.vertical-bar .fixed{
    display: block;
    background-color: #ffffff85;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    z-index: 2;
    opacity: .3;
}

.vertical-bar .animed{
    transform: scaleY(0);
    width: 3px;
    background-color: var(--tonic);
    display: block;
    position: absolute;
    left: calc(50% - 1.5px);
    top: 0;
    height: 100%;
    z-index: 3;
    transform-origin: top center;
}




/* REPEAT */
.vertical-bar-repeat{
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    z-index: 0;
}
