

ul{

    overflow-y:scroll;
    height: 55vh;
}

.fulls-plyr-height{

    max-height: 100%;

}

.half-plyr-height{

    max-height: 60vh;

}

.facebook-background{
    background-color: #1877f2;
    color: white;
}

.youtube-background{
    background-color: #ff0000;
    color: white;
}

.instagram-background{
    background-color: #E1306C;
    color: white;
}


