.tape {
    width: 0%;
    height: 40vh;
    background-color: rgba(81, 81, 81, 0.77);
    margin-top: 50vh;
    top: -20vh;
    position: absolute;
    overflow: hidden;
}

.tape-roll {
    width: 22%;
    position: absolute;
    height: 40vh;
    margin-top: 50vh;
    top: -20vh;
    background-image: linear-gradient(90deg, rgb(46, 46, 46) 0%, rgb(73, 73, 73) 46%, rgb(46, 46, 46) 100%);

    /* min-width: 220px */
    max-width: 240px;
    left: 0%;
}

.tape-curve {
    width: 100%;
    height: 3vh;
    background-image: linear-gradient(90deg, rgb(34, 153, 199) 0%, rgb(31, 129, 167) 47%, rgb(34, 153, 199) 100%);
    position: absolute;
}