@media (max-width: 768px) {
    .articleVideoIframe{
        height: 246px;
    }
}
@media (min-width: 769px) and (max-width: 1369px) {
    .articleVideoIframe{
        height: 492px;
    }
}
@media (min-width: 1370px) {
    .articleVideoIframe{
        height: 164px;
    }
}

ul.om-footer-menu li.active a{
    color: #0093dd;
    font-weight: bold;
}

ul.om-footer-menu li.active a:after{
    content: "(zde se nacházíte)";
    color: white;
    font-weight: normal;
    font-size: 90%;
    font-style: italic;
}

.google_ads_responsive {
    width: 320px;
    height: 100px;
}

@media(min-width: 500px) {
    .google_ads_responsive {
        width: 468px;
        height: 60px;
    }
}

@media(min-width: 800px) {
    .google_ads_responsive {
        width: 728px;
        height: 90px;
    }
}