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

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

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

