.head-link {
    display: block;
    top: 51px !important;
    left: 50% !important;
    margin-left: -223px !important;
}

@media (min-width: 990px)  {
    body {  
        background: url(../../img/background/bg-gang.jpg?v2) no-repeat center 0px #00903d fixed;
    }
}

@media (min-width: 660px) and (max-width: 989px) {
    body {  
        background: #00903d url(../../img/background/bg-gang-max989.jpg) no-repeat center 0px fixed;   
    }
    .head-link {
        display: none;
    }
}

@media (max-width: 659px) {
    body {  
        background: #00903d url(../../img/background/bg-gang-max659.jpg) no-repeat center 0px fixed;
    }
}


