.root-content .act-root-content
{
    padding: 1em;
    margin-bottom: 1em;
}

.vod-banner
{
    width: 100%;
    margin-top: 20px;
}

.vod-banner img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.root-content .act-root-content .gita-side-content-wrapper
{
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 5px #ffc071;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 720px)
{
    h1.bg-page-title
    {
        line-height: 35px;
        padding-block: 5px;
    }
}