#flpi_images {
    display: block;
}
.flpi_image_item {
    display: block;
    position: relative;
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #eee;
    width: 23%;
    margin: 10px 1%;
    height: 200px;
}
@media screen and ( max-width:992px ) {
    .flpi_image_item.grid {
        width: 48%;
    }
    .flpi_image_item {
        width: 48% !important;
    }
    .form-group.futurelab-multiple-uploader {
        width: 48% !important;
    }
}
@media screen and ( max-width:767px ) {
    .flpi_image_item {
        width: 48%;
    }
    .form-group.futurelab-multiple-uploader {
        width: 48%;
    }
    .flpi_image_item.grid {
        width: 98% !important;
    }
}
