
.sticky-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.sticky-wrapper__scrolling-element {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 300;
}
