/* external css: flickity.css */

.gallery * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery{
 margin-bottom: 10%;
}
.gallery-cell {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1/1;
  margin: 5px;
}

.text-center{
  text-align:center
}

/*@media screen and (min-width: 768px){

  .gallery-cell {
    width: 66%;
    max-width: 350px;
    height: 350px !important;
    margin-right: 10px;
  }
  .gallery-cell img{
    max-width: 350px;
  }
  button{
  display:inline-block!important;
}  

*/
