.background_image {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 800px;
    position: relative;
}
.small_background .background_image{
    height: 300px;
}
.very_small_background .background_image{
    height: 200px;
}
.center_center .background_image{
    background-position: center center;
}
.edit{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 250px;
}
@media screen and (max-width:1380px){
    .small_background .background_image{
        height: 220px;
    }
    .very_small_background .background_image{
        height: 150px;
    }
}
@media screen and (max-width:1280px){
    .background_image {
        height: 600px;
    }
}
@media screen and (max-width:1000px){
    .background_image {
        height: 500px;
    }
    .small_background .background_image{
        height: 200px;
    }
    .very_small_background .background_image{
        height: 120px;
    }
}
@media screen and (max-width:800px){
    .background_image {
        height: 400px;
    }

}
@media screen and (max-width:500px){
    .background_image {
        height: 300px;
    }
    .small_background .background_image{
        height: 150px;
    }
    .very_small_background .background_image{
        height: 80px;
    }
}