.loadedDIV {
    position: fixed;
    top: 15px;
    left: 50px;
    height: calc(var(--how120) - (45px + 2px));
    width: 80px;
}

.loadedDIV .C1 {
    background: var(--lightBLUE);
    width: 25px;
    height: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    transform: rotate(30deg) scale(1);
    position: relative;
}

.loadedDIV .C2 {
    background: var(--lightBLUE);
    width: 25px;
    height: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(30deg) scale(0.9);
    position: relative;
}

@media screen and (max-width:865px) { .loadedDIV { top: 0; } }
