/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2019 | 00:19:16 */
.200grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.200grid > div {
  padding: 1.5rem;
}
.200gridimg { width: 200px !important;}