.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
@media (max-width: 780px) {
  .so-widget-widget-grid-front-376e0da7261a-355 .widget-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid a {
  display: contents;
}
.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid a:hover .grid-item-overlay {
  opacity: 0.5;
}
.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid-item {
  background: white;
  border: 1px solid #cccccc;
  display: flex;
  margin-right: -1px;
  margin-top: -1px;
  padding: 10px;
  height: auto;
  border-radius: inherit;
  position: relative;
  filter: none;
}
.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid-item:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 0;
}
.so-widget-widget-grid-front-376e0da7261a-355 .widget-grid-item:hover {
  filter: none;
}
.so-widget-widget-grid-front-376e0da7261a-355 .grid-item-container {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: 1;
}
.so-widget-widget-grid-front-376e0da7261a-355 .grid-item-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.so-widget-widget-grid-front-376e0da7261a-355 .grid-item-content {
  color: #000000;
  text-align: center;
  font-size: 0.8em;
}
.so-widget-widget-grid-front-376e0da7261a-355 .grid-item-overlay {
  background-color: #808080;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}