/* New custom CSS file for: noBlurOnImage */
@media (min-width: 768px) {
    .clanak_before_content {
        backdrop-filter: none;
    }
}
@media (max-width: 767px) {
    .clanak_before_content {
        backdrop-filter: none;
    }
    .articleOuterContainer .clanak_figure picture, .articleOuterContainer .clanak_figure img, .articleOuterContainer .clanak_figure video {
        object-fit: contain;
		        object-position: top;
    }
    .articleOuterContainer .clanak_figure {
        background-color:#000;
    }
}



.clanak_before_content .clanak_lead_paragraph {
    border-top: 3px double #4a4a4a;
    padding-top: 20px;

    text-shadow: 0 2px 8px rgb(0 0 0 / 97%), 0 4px 54px rgb(0 0 0 / 80%), 0 0 42px rgb(0 0 0 / 94%);
}