.page-header h1 {
    font-size: 70px;
    color: #ffffff;
    margin-left: 0px;
    padding-top: 50px;
    text-align: center;
    line-height: 150%;
    display: none;
}

@media (max-width: 480px)   {
.page-header {
    height: auto !important;
    min-height: 0px !important;
}
}