.banner {
    overflow: hidden;
    .placeholde {
        color:white;
        // background-color:#A3A5F4;
        background-color: #b8b9bb;
        width:100%;
        height:200px;
        display: flex;
        justify-content: center;
        align-items: center;
        // display: box;
        // display: -webkit-box;
        // display: -moz-box;
        // -webkit-box-pack:center;
        // -moz-box-pack:center;
        // -webkit-box-align:center;
        // -moz-box-align:center;
    }
    
    .banner__swipe {
        padding: 0;
    }
    
    .shadow {
        box-shadow: 0 2px 8px rgba(93, 113, 127, 0.08);
    }
    
    
    .banner__slide {
        width: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        // padding-bottom: 10px;
        // margin-bottom: -10px;
    }
    
    .banner__slide .banner__image-wrapper {
        display: inline-block;
        height: 100%;
        position: relative;
    }
}

