.header {
    min-height:80px;
    background-color:#333333;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    z-index:1000;
}
.align-inline-wrap1 {
    text-align: center;
}
img.image1 {
    height: auto;
    display:inline-block;
    min-height:50px;
    width:50px;
    position:absolute;
    margin-top:15px;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 100px;
    }
    img.image1 {
        width: 100px;
    }
}
@media screen and (min-width: 760px) {
    .header {
        width: 100%;
        min-height:80px;
    }
    img.image1 {
        width: 50px;
        min-height:50px;
        margin-top:15px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 80px;
        width:100%;
    }
    img.image1 {
        width: 60px;
        min-height:80px;
        margin-top:0;
    }
}