#container {
    max-width: 1874px;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    padding: 90px 0;
}

#left-div {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 51vh;
}

.left-box {
    width: 100%;
}

#right-div {
    width: 100%;
    height: 100%;
}

@media (min-width: 740px) {
    #right-div header,.queue-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 980px) {
    #container {
        flex-direction: row;
    }

    #left-div {
        width: 60%;
        height: 74vh;
    }
    
    #right-div {
        width: 40%;
    }

    #right-div header,.queue-container {
        padding-left: 10px;
        padding-right: 80px;
    }

    .queue-container {
        overflow-y: scroll;
        height: 68vh;
    }
}

.snippet {
    cursor: pointer;
    padding: 5px 20px;
    border: 1px solid #81818100;
}

.snippet:hover {
    background-color: white;
    border: 1px solid #81818140;
}

.queue-container .snippet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.snippet-item figure{
    display: flex;
    align-items: center;
}
