
    .vijestSlika {
        width: 100% !important;
    }

    .vijest {
        width: 30%;
        min-height: 75px;
        /*height: 200px;*/
        padding: 5px 3px 5px 5px;
        border-bottom: none;
        border-left: solid 1px #d2d2d2;
        overflow: hidden;
        transition: all 0.3s ease-out;
    }

    .vijest:hover {
        cursor: pointer;
        background: #f2f2f2;
        transition: all 0.3s ease-in;
    }

    .vijestTekst {
        display: none;
    }

    .linkKat, .linkAutor, .slikaAutor {
        display: none;
    }

    .linkDatum {
        top: 0px;
    }

    .vijesti_cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vijest_podnozje {
       /*display:none;*/
    }

    .vijest_opsirnije {
        display: none;
    }