@charset "utf-8";

.header-image {
    max-height: 350px;
    }

@media screen and (max-width: 768px) {
.header-image {
    display: none;
    }
}



