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

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