@media (max-width: 1279px) { body [id^="trx_addons_image_effects_canvas_"] {
display: none !important;
}
body [class*="trx_addons_image_effects_on_"] img ~ img,
body [class*="trx_addons_image_effects_on_"] .trx_addons_image_effects_ripple_displacement,
body [class*="trx_addons_image_effects_on_"] .trx_addons_image_effects_swap_image,
body [class*="trx_addons_image_effects_on_"] .trx_addons_image_effects_swap_displacement {
display: none !important;
}
}@media (max-width: 1279px) { .trx_addons_mouse_helper {
display: none;
} .trx_addons_hide_cursor,
.trx_addons_hide_cursor *,
[data-mouse-helper-hide-cursor="1"],
[data-mouse-helper-hide-cursor="1"] * {
cursor: unset !important;
}
[data-mouse-helper="highlight"] {
background-size: 130vw 130vh !important;
background-position: center !important;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
}