.header {
    min-height:32px;
    background-color:#bf1522;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 32px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 32px;
    }
}