.header {
    min-height:200px;
    background-image:url("../images/JBP_BG.jpg");
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
}
.align-inline-wrap1 {
    text-align: center;
}
img.image1 {
    height: auto;
    display:inline-block;
    padding-top:20px;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 200px;
        width:100%;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 200px;
        width:100%;
    }
}