/* New custom CSS file for: Slika full, ali visina acuto */
.clanak_before_content {
    height: auto;
	height: auto;
    overflow: hidden;	
}
.clanak_figure img{
   	
max-height: 100vh; /* Fallback for Firefox and other browsers */
max-height: -webkit-fill-available; /* For Chrome, Safari, Edge, Opera */
}


.clanak_figure figcaption {
    line-height: 1.3;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ffffff;
    /* width: 100%; */
    /* padding-top: 10px; */
    padding: 10px 15px;
    padding-bottom: 6px;
}



