// .data
//     background #808080
// .stickyContent
//     position relative
//     background #dbdbdb
// .stickyWrapper
//     position sticky
//     top 35%

// .stickyItem
//     width 500px
//     height 500px
//     border-radius 50px
//     padding 60px
//     border 1px solid #000
//     margin auto
//     position absolute
//     centerX()
//     transition all 200ms ease-out


// @media screen and (max-width: 480px)
//     .stickyItem
//         width 300px
//         height 300px
//         transition inherit
//         padding 30px


.stickyContent
    position relative

.stickyItem
    width 500px
    height 500px
    border-radius 50px
    padding 60px
    border 1px solid #000
    margin auto
    transition all 200ms ease-out
    position sticky
    top 30vh


@media screen and (max-width: 480px)
    .stickyItem
        width 300px
        height 300px
        transition inherit
        padding 30px
        top 25vh