.container {
    margin: 0 auto;
}

.teasers .adv,
.teasers .author {
    background: #fff;
    color: #000;
}

article.article-center .article--body figure {
    text-align: center;
    font-size 80%;
}

/*dodane*/

/* video - skrocenie paska sugerowanych */
.ExtendedRelated.show .extendedRelated {
    box-sizing: border-box;
}

/* video - pasek zajawek pod filmem ma nie nachodzic na pasek nawigacji */
.ExtendedRelated.show .extendedRelated {
    z-index: 3 !important;
}

.ExtendedRelated .extendedInfo {
    z-index: 3 !important;
}

/* slider - wyrownanie strzalek w pionie */
.__owl_Wide [class^=onav-] {
    top: 130px;
}

/*slider - poprawa podpisu pod zdjeciem */
.owl-source {
    text-align: center;
    font-size: 12px;
    color: #8C8C8C;
    letter-spacing: 0;
    line-height: 24px;
}

/* slider - ukrycie kropek pod sliderem */
.owl-dots {
    display: none;
}

/* slider - wyswietlanie podpisu pod zdjeciem na roznych szerokosciach */
.__owl_Wide .center .owl-desc {
    left: unset !important;
    margin-left: -15%;
    width: 130%;
}

@media screen and (min-width: 381px) and (max-width: 972px) {
    .__owl_Wide .center .owl-desc {
        width: 56%;
        margin-left: 21.5% !important;
        max-height: 250px;
    }
}

@media screen and (max-width: 380px) {
    .__owl_Wide .center .owl-desc {
        width: 48%;
        margin-left: 26% !important;
        max-height: 300px;
    }
}

/* linkowanie na wazny temat tylko na logo */
.header--logo-magazyn {
    display: inline-block;
}

/* zdjecie - zmniejszenie rozmiaru i usuniecie marginu */
.article--teasers .article--body figure,
article.article--center .article--body figure {
    margin: unset;
    margin-left: unset;
    margin-right: unset;
    width: unset;
}

.article--teasers .main--instream,
article.article--center .main--instream {
    padding-top: 0;
    padding-bottom: 0;
}

.article--teasers .main--instream div:not(:empty),
article.article--center .main--instream div:not(:empty) {
    margin: 20px 0;
}
