/* Add here all your css styles (customizations) */


.carousel-cell {
    width: 100%; /* full width */
    height: 220px; /* height of carousel */
    margin-right: 10px;
}
  
.carousel-cell-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flickity-page-dots {
    bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
}