#primary, #secondary {
    display: inline-block;
    width: 50%;
}

#secondary {
    width: 49%;
}

#primary {
    height: 360px;
    overflow: hidden;
}

#container {
    position: relative;
}

#title {
    position: absolute;
    top: 10px;
    left: 350px;
    width: 224px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: url("../../images/where/bg_treemenu_title.png");
}

#caption {
    margin-top: 50px;
}

#sign {
    position: absolute;
    top: 60px;
    left: 360px;
}

@media (max-width: 767px) {
    #primary, #secondary {
        width: 100%;
        display: block;
    }

    #secondary {
        height: 160px;
        margin-top: 50px;
    }
    #sign{
        left: 20px;
        top: 50px;
    }
}