/* ==========================================================================
   Mixx'd Media — Floating Image Decorator
   ========================================================================== */

.mixxd-floating-decorator {
    position: relative;
    height: 0;
    overflow: visible;
    pointer-events: none;
    line-height: 0;
}

.mixxd-floating-decorator img {
    display: block;
    pointer-events: auto;
    max-width: none;
}

/* Hide on mobile */
@media (max-width: 767px) {
    .mixxd-deco--hide-mobile {
        display: none !important;
    }
}
