.aws.v2 {
    @media screen and (min-width: 1280px) {
        &[data-role="scroller"] {
            [data-role="list"]{
                flex-wrap: wrap !important;
            }
            [data-role="arrows"]{
                display: none !important;
            }

        }
    }

}
