@media all and (min-width: 320px) {
    #wrap {
        width: 90%;
    }
    #youtube-player2 {
    top: 5%;
    
}
    .item {
        overflow-x: scroll;
    }
    .item::-webkit-scrollbar {
        background-color: rgba(28, 74, 131,1);;
        height: 5px;
    }
    .item::-webkit-scrollbar-thumb {
        height: 5px;
        border-radius: 100px;
        background-color:rgba(28, 74, 131,1);
    }
    .item > label img {
    margin: 2px 5px 5px 5px;
   
}

