
/* css.less can't calculate */

.gallery_container.usertext-gallery .gallery_item{
  width: calc(33.333% - 10px) !important;
}



@media(max-width: 1400px) {
  .gallery_container.usertext-gallery .gallery_item{
    width: calc(50% - 8px) !important;
  }
}


@media(max-width: 600px) {
  .gallery_container.usertext-gallery .gallery_item{
    width: 100% !important;
  }
}