.turbo
    box-sizing: border-box
    position: relative
    width: 100%
    overflow: hidden

    &-track
        display: flex
        height: 100%
        box-sizing: border-box

    &-item
        height: 100%
        margin: 0 5px
        overflow: hidden
        flex-shrink: 0
        box-sizing: border-box


    &-next
    &-back
        position: absolute
        z-index: 999
        height: 100%
        display: flex
        justify-content: center
        align-items: center
        color: $white
        fill: $white
        &:hover
            color: $blue
            fill: $blue


    &-next
        right: 0
    &-back
        left: 0