/**
Indivual styling for Plugin YotuWP on Homepage
YotuWP: https://www.yotuwp.com/
 */

:root{
    --vflLila: #5c2483;
}

.homeYoutube
{
    margin-top: 60px !important;
}

.homeYoutube .yotu-playlist
{
    padding: 0 !important;
}

.homeYoutube .yotu-videos
{
    padding: 0 !important;
}

.homeYoutube .yotu-videos ul
{
    margin-top: 36px !important;
}

.homeYoutube .yotu-videos ul li::before
{
    display: none;
}

.homeYoutube .yotu-videos .yotu-video h3
{
    color: black;
    text-decoration: none !important;
}

.homeYoutube .yotu-videos .yotu-video h3:hover
{
    color: var(--vflLila);
    text-decoration: none;
}


@media only screen and (max-width: 560px)
{
    .homeYoutube .yotu-videos ul
    {
        flex-direction: column;
    }

    body .homeYoutube .yotu-videos ul li
    {
        width: 100% !important;
    }

}