/* Fix masthead */
.masthead {
    background-image: none !important;
}
/* End fix masthead */

/* Logo size */
.masthead-brand-inner img {
    max-width: 280px;
}
/* End logo size */


/* Hide extra */
.portion-buttons > label:nth-child(4) {
    display: none;
}
/* End hide extra */
