@media screen and (max-width:1189px) {
    /* Home page  */
    .mission-box
    {
        max-height: 860px !important;
    }
}


@media screen and (max-width:1024px) {
    /* Home Page  */
    .mission-box
    {
        max-height:670px !important;
    }
}

@media screen and (max-width:980px) {
    /*Home page*/
    .slide-top img
    {
        margin-top: 100px !important;
    }

    .mission-box
    {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:760px) {
    
}

@media screen and (max-width:660px)
{

}

@media screen and (max-width:600px) {
    
}

@media screen and (max-width:470px) {
    
}

@media screen and (max-width:360px) {
    
}