/*
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 : 04-09-2017, 11:30:25
    Author     : Hektoker
*/
.caption_image h1{
    position: absolute;
    background-color: rgba(80,80,80,0.7);
    padding: 10px;
    color: #f0f0f0;
    bottom: 10px;
    left: 50px;
}
#image_header{
    padding-top: 70px;
}
#body_marketing{
    padding-bottom: 50px;
}
#images_marketing{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    align-items: center;
}