
.clients {
    background: #ffffff;
}

.client-cell {
    width: 150px!important;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*border: 1px solid hsla(200, 10%, 50%,100)*/

}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -38px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

/* cell number */
.client-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
    padding: 10px;
    /*border: 1px solid hsla(200, 10%, 50%,100);*/
    /*border-radius: 15px;;*/
    /*border: 1px solid hsla(200, 10%, 50%,100)*/
}

@media (max-width: 991px) {

    .client-cell {
        width: 120px!important;
    }
}

@media (max-width: 575px) {

    .client-cell {
        width: 93px!important;
    }
}

@media (max-width: 350px) {

    .client-cell {
        width: 92px!important;

    }
}
