#logo-svg {
    display: none;
}

.searchbox {
    display: none;
}

#logo::before {
    background-image: url('/user/pages/01.home/logo.svg');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 13em;
    height: 1em;
    content:"";
}

img[alt=family] { width: 50%; }
img[alt=internet] { width: 25%; }
img[alt=say] { width: 20%; }
