.div_fotogalerie_foto
{
    position: relative;
    width:23.6%;
    display: inline-block;

    margin:0.7%; 
}

@media screen and (max-width:1000px) { .div_fotogalerie_foto { width:23%; margin:1%; height:280px; } }

@media screen and (max-width:800px) { .div_fotogalerie_foto{ width:31%;  margin:1%; height:280px; } }

@media screen and (max-width:570px) { .div_fotogalerie_foto { width:47%;  margin:1.5%; height:280px; } }

@media screen and (max-width:450px) { .div_fotogalerie_foto{ width:46%;  margin:2%; height:250px; } }

@media screen and (max-width:350px) { .div_fotogalerie_foto { width:100%;  margin:0;  height:250px; margin-bottom:15px; } } 

.div_fotogalerie_foto img
{
    object-fit:cover;
    width: 100%;
    border-radius: 10px;
    height: 300px;

}
.div_fotogalerie_foto a.odstranit
{
    cursor: pointer;
    position: relative;
    float: right;
    z-index: 2;
}


.fotogalerie_rs_obal {float:left; width:46%;margin:2%; height:450px;}

@media screen and (max-width:500px) { .fotogalerie_rs_obal { width:100%;   height:auto; margin-bottom:15px; } }     

.fotogalerie_rs_obal_foto {
   object-fit:cover;
    width: 100%;
    border-radius: 10px;
    height: 300px;}
    


