.motion-blur-gallery {
  overflow: hidden; width:100%; display:inline-block;
    position: relative;
    visibility: hidden;
}

.motion-blur-gallery ul {
    margin: 0; width:101.5%; display:inline-block;
    padding: 0;
    list-style-type: none;
    background: transparent;
    cursor: -webkit-grab;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
}

.motion-blur-gallery li {
    margin: 0px 8px 0px 0px; width:100%; 
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0px solid #fff;
}
.motion-blur-gallery li img{width:101%; }

.motion-blur-gallery-pagination {
    margin: 0px 0;
    text-align: center;
    position: absolute;
    z-index: 10; bottom: 30px;
    left: 45%;
   
}

.motion-blur-gallery-pagination-dot {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0px 7px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.motion-blur-gallery-pagination-dot.selected {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.filters-hidden {
    display: block;
}


@media only screen and (max-width: 500px) {
    .motion-blur-gallery ul {
    margin: 0; width:102%; display:inline-block;
    padding: 0;
    list-style-type: none;
    background: transparent;
    cursor: -webkit-grab;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
}
    .motion-blur-gallery li {
    margin: 0px 20px 0px 0px; width:100%; 
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0px solid #fff;
}
    
    .motion-blur-gallery-pagination {
    margin: 0px 0;
    text-align: center;
    position: absolute;
    z-index: 10; bottom: 30px;
    left: 35%;
   
}
    
    
}