﻿
.scrollable {
    /*height:450px;*/
    position: relative;
    /*width: 1000%;*/
    width: 100%;
}

    .scrollable .Items {
        width: 100%;
        /*position:absolute;*/
        position: static;
    }

@media screen and (max-width:580px) {
    .scrollable {
        width: 100%;
        height: auto;
    }

        .scrollable .Items {
            position: static;
        }
}
