@media (min-width: 1600px){
    aside.left-panel {
        width: 15% !important;
    }

    .open aside.left-panel {
        width: 3% !important;
    }

    .submit-review-form{
        width:35%;
    }

    .summary-panel{
        width: 80%;
    }

    .progress-bar-vbcc{
        width:40em;
        margin-top:25em;
        position:relative
    }
}