.width-full {
    width: 95% !important;
}

.container {
    padding: 20px 0;
    max-width: 90% !important;
}

.background-about {
    /* background-image:url('images/demo/backgrounds/01.png'); */
    background-size: cover;
    border-radius: 30px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.padding
{
    padding: 15px;
}

.one-third 
{
    width: 33%;
}

.gallery > img {
    height: 300px;
}