.header {
    min-height:300px;
    background-image:url("../img-novas/header-footer/bg-header-tapecaria-bella-stillos.png");
}
.row_2 {
    clear: both;
    min-height: 100px;
    margin-bottom:15px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.row_1 {
    clear: both;
    min-height: 100px;
}
.align-inline-wrap1 {
    text-align: center;
    margin-top:25px;
    margin-bottom:35px;
}
img.image1 {
    height: auto;
    display:inline-block;
    width:90%;
}
@media only screen and (min-width : 768px) {
    .row_2 {
        clear: both;
        min-height: 30px;
        width:80%;
        margin-left:auto;
        margin-right:auto;
        right:auto;
        left:auto;
    }
    .row_1 {
        clear: both;
        min-height: 100px;
    }
    .align-inline-wrap1 {
        width: 80%;
        margin-left:auto;
        margin-right:auto;
    }
    img.image1 {
        width: auto;
    }
}
@media only screen and (min-width : 1024px) {
    .row_2 {
        clear: both;
        min-height: 30px;
        width:80%;
        margin-left:auto;
        margin-right:auto;
        right:auto;
        left:auto;
    }
    .align-inline-wrap1 {
        width: 80%;
        margin-left:auto;
        margin-right:auto;
    }
    img.image1 {
        width: auto;
    }
}