.comboTicket {
    width: 100%;
}

.comboTicket .image {
    height: 134%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 58%;
    float: left;
    background-position: 0 center;
    margin-left: -70px;
    margin-right: 0;
    top: 0;
    margin-top: -70px;
    bottom: 0;
    border-radius: 10px 0 0 10px;
}

.comboTicket .box {

    position: relative;

    margin-left: 600px;

    height: 550px;
    margin-top: -70px;
    padding-top: 70px;
}

.comboTicket .bottom {

}

@media (max-width: 1200px) {

    .comboTicket {
        max-width: 100%;
        width: 570px;
        height: 850px;
    }

    .comboTicket .image{
        width: auto;
        float: none;
        margin-right: -70px;
        padding-bottom: 80%;
        background-size: cover;
        height: auto;
        margin-bottom: 20px;
        border-radius: 10px 10px 0 0;
    }

    .comboTicket .box {
        position: initial;
        margin: 0;
        height: auto;
        padding: 0;
    }
}

@media (max-width: 570px) {
    .comboTicket {
        height: auto;
    }

    .comboTicket .image {
        margin-left: -40px;
        background-position: center !important;
        margin-right: -40px;
        margin-top: -40px;
    }

}