.header {
    background:url("../IMAGENS/responsivo-betalaco-fundo.png") center center no-repeat scroll rgb(156, 22, 24);
}
.align-inline-wrap1 {
    text-align: center;
    margin-top:15px;
    margin-bottom:15px;
}
img.image1 {
    height: auto;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 0px;
        padding-top:0;
    }
    .align-inline-wrap1 {
        margin-top: 40px;
        margin-bottom:40px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 0px;
        padding-top:0;
    }
    .align-inline-wrap1 {
        margin-top: 40px;
        margin-bottom:40px;
    }
}