/* --- Fix for ipad landscape issue, custom styling when in that mode (see site.js) -- */
@media (orientation:landscape) {
    html.ipad.ios7 > body { position: fixed; bottom: 0; width: 100%; height: 672px !important; }
}
