@media screen and (orientation: portrait) and (max-device-width: 704px), screen and (orientation: landscape) and (max-device-height: 704px) {
.xr_mvp_2 {display: block;}
.xr_mvp_1 {display: none;}
.xr_pbd {margin-left: -224px;}
#xr_xr {width: 449px; height: 847px}
}
@media screen and (orientation: portrait) and (min-device-width: 705px), screen and (orientation: landscape) and (min-device-height: 705px) {
.xr_mvp_2 {display: none;}
.xr_mvp_1 {display: block;}
.xr_pbd {margin-left: -480px;}
#xr_xr {width: 960px; height: 832px}
}
