.u-zindex-0 {
  z-index: 0 !important;
}
.u-zindex-2 {
  z-index: 20 !important;
}
.u-zindex-auto {
  z-index: auto !important;
}
.dw-gridrow.content-container:hover {
  z-index: auto !important;
}
.dw-gridrow .notification-row {
  padding: 2em;
  background: #edf8edd6;
  width: 70%;
  border-radius: 10px;
  text-align: center;
}
.dw-gridrow.row-not-stacked:not(:hover) .content-row {
  pointer-events: none;
}
.dw-gridrow.row-not-stacked:hover .notification-row {
  visibility: hidden;
}
.dw-gridrow.row-not-stacked .content-row__item {
  height: 70px;
  overflow: visible;
  min-height: 70px;
}
.dw-gridrow.row-not-stacked .content-row__item .background-image,
.dw-gridrow.row-not-stacked .content-row__item .background-image__wrapper {
  position: relative;
  overflow: visible;
}
.dw-gridrow.row-not-stacked .content-row__item .background-image__wrapper img {
  top: 0;
  transform: translateY(-50%);
}
.content-container.dw-mod {
  z-index: 10;
  position: relative;
}
.disabled.dw-mod {
  pointer-events: all;
}
