.head-link {
    display: none;
    top: 80px !important;
    left: 50% !important;
    margin-left: -270px !important;
}

.head-link img {
    width: 240px;
}

#head h1 a {
    width: 203px !important;
    height: 95px !important;
    background: url(../../img/logo.png) !important;
    background-repeat: no-repeat;
}

@media (min-width: 1376px)  {
    body {
        background: #fff url(../../img/background/bg-more-max1367.jpg) no-repeat center 0px fixed;
        background-size: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 1375px)  {
    body {
        background: #fff url(../../img/background/bg-more-max1280.jpg) no-repeat center 0px fixed;
        background-size: 100%;
    }
}

@media (min-width: 990px) and (max-width: 1279px)  {
    body {
        background: #fff url(../../img/background/bg-more-max1367-none.jpg) no-repeat center 0px fixed;
        background-size: 100%;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {
        background: #fff url(../../img/background/bg-more-max989.jpg) no-repeat center 0px fixed;
    }
    .head-link {
        display: none;
    }
}

@media (max-width: 659px) {
    body {
        background: #fff url(../../img/background/bg-more-max989.jpg) no-repeat center 0px fixed;
    }
}
