/* New custom CSS file for: preko100vhSlika */
@media (min-width: 768px) {
    .articleOuterContainer .clanak_figure {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 160vh;
        margin: 0;
        overflow: hidden;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .articleOuterContainer {
        padding-top: 160vh;
    }
}