.dgu-grid {
  margin: 0 -5px !important;
}
.dgu-grid:after {
  content: '';
  display: table;
  clear: both;
}
.dgu-grid .dg-col {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dgu-grid .dgu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dgu-grid .dgu-title {
  line-height: 24px;
  font-size: 12px;
}
.dgu-grid .dgu-likes span {
  font-size: 12px;
  position: relative;
  top: -2px;
}
@media all
and (max-width: 375px) {
    .dgu-grid .dg-col {
        width: 100% !important;
    }
}
@media all
and (min-width: 376px)
and (max-width: 667px) {
    .dgu-grid .dg-col {
        width: calc(100% / 2) !important;
    }
}