@media(min-width:850px) {
    .tph-dynamic-content.device-mobile:not(.wp-block) {
        display: none
    }
}

/* @media(max-width:850px) {
    .tph-dynamic-content.device-desktop:not(.wp-block) {
        display: none
    }
} */

.tph-dynamic-content.device-android:not(.wp-block),
.tph-dynamic-content.device-ios:not(.wp-block),
.tph-dynamic-content.device-samsung:not(.wp-block) {
    display: none
}

body.android-device .tph-dynamic-content.device-android,
body.ios-device .tph-dynamic-content.device-ios,
body.samsung-device .tph-dynamic-content.device-samsung {
    display: block
}