.gallery_module{
height: 200px;
text-align: center;
}
.gallery_module img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    }
.gallery_module_1{
height: 470px;
}
.gallery_module_2{
height: 370px;
}
.gallery_module_3{
height: 250px;
}
.gallery_module_4{
height: 175px;
}
.gallery_module_3_big{
height: 400px;
}
.gallery_module_3_small{
height: 195px;
}
.gallery_module_3_small_top{
margin-bottom: 10px;
}
.gallery_module_3_small_bottom{
margin-top: 10px;
}
.gallery_module_separator{
margin-bottom: 30px;
}


@media (max-width: 520px){
.wow{
animation-delay: 0s!important;
}
.gallery_module_3_small_top{
margin-bottom: 0;
}
.gallery_module_3_small_bottom{
margin-top: 0;
}
.gallery_module_separator{
margin-bottom: 0;
}

.gallery_module{
height: 250px;
margin: 10px 0;
}

}