
@media all and (orientation:portrait) {
    .demo-wrappper .landscape {
        display: none;
    }
}
@media all and (orientation:landscape) {
    .demo-wrappper .portrait {
        display: none;
    }
}
