/* Elementor Parent Sticky */
.eps-sticky-enabled-yes {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start !important;
    height: fit-content;
}

@media (max-width: 767px) {
    .eps-sticky-enabled-yes.eps-sticky-devices-desktop,
    .eps-sticky-enabled-yes.eps-sticky-devices-desktop_tablet {
        position: relative !important;
        top: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .eps-sticky-enabled-yes.eps-sticky-devices-desktop {
        position: relative !important;
        top: auto !important;
    }
}
