.content-box-text {
    padding: 0;
    height: 590px;
    overflow: hidden;
}

#ip-wizard {
    background-image: url('/assets/image/pages/ipwizard/ip_mago.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: -80px;
    z-index: -1;
}

#ip-area {
    padding: 211px 0 400px 786px;
    z-index: -1;
}

#ip-text {
    font-size: 24px;
    font-weight: bold;
}

#ip-power {
    color: gray;
}

@media only screen and (max-width: 899px) {
    #ip-wizard {
        background-size: contain;
    }

    #ip-background {
        background-color: white;
        padding: 15px;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-left: 80px;
    }

    #ip-area {
        text-align: center;
        padding-top: 500px;
        border-top: 1px solid black;
        padding-left: 0;
    }
}
