/* external css: flickity.css */


.gallery {
  background: #FFF;
    border: 1px transparent;
    border-radius: 10px;
    height: 8em;
    padding: 26px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.sidebyside {
    margin-left: 10px;
    margin-right: 10px;
    
}

.gallery-cell {
  width: 10%;
  height: 200px;
  margin-right: 10px;
  /*background: #8C8;
  counter-increment: gallery-cell;*/
}

.gallery-cell.is-selected {
  -webkit-filter: grayscale(0); 
    filter: grayscale(0);
}


