@media (min-width: 1023px){

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

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

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

    .summary-panel{
        width: 100%;
    }

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