/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29.10.2019, 16:15:50
    Author     : Herz
*/
img{
    display:block !important;
    margin:0 auto;
/*    width:100%;
    max-width:100%;*/
}
.image_galerie:not(.slick-initialized){
    background-color: #B2B2B2;
    padding:10px;
}
.image_galerie:not(.slick-initialized) img{
    display:inline-block !important;
    max-height:120px;
    margin-right:10px;
}