/* Webseite + Regioseiten iPad darstellung */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-width: 1024px)
and (orientation : landscape) {
    body.single-post #main .fusion-row img {
    margin: 0 auto !important;
    display: flex;
}
}

/* iPad Hochformat */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (max-width: 1024px)
and (orientation : portrait) {
    body.single-post #main .fusion-row img {
    margin: 5px auto !important;
    display: flex;
}
}
