@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
.storytile-editor {
    zoom: 0.66;
    -moz-transform: scale(0.66);
}
}

@media only screen 
and (min-device-width : 1281px) 
and (max-device-width : 1366px) 
and (orientation : landscape) {
.storytile-editor {
    zoom: 0.82;
    -moz-transform: scale(0.82);
}
}



