.jag-container {
    width: 100%;
}

.jag-container h4 {
    color: rgb(51, 51, 51) !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 24px;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
}

.jag-container h4:hover {
    color: rgb(51, 51, 51) !important;
}

.jag-container iframe {
    width: 100% !important;
    max-width: 100%;
}

[class^="livestream-zone-"] {
    width: 100%;
}

[class^="livestream-zone-"] iframe {
    width: 100% !important;
    height: 403px !important;
}

#lbdiv {
    display: none !important;
}

.jag-container a {
    color: #1A385D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 767px) {
    [class^="livestream-zone-"] iframe {
        height: 200px !important;
    }

    [class^="livestream-zone-"] img {
        height: auto !important;
    }
}
