@media handheld and (orientation: portrait), (max-width: 1100px) and (orientation: portrait), screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 3/4), (orientation: portrait) {
    .plan {
        flex-flow: column !important;
    }

    .plan > .col-tab-50pc {
        width: calc(100% - 5vh) !important;
    }
}
