.dh-container {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 200px;
}

.dh-overlay {
  background-color: rgba(0,203,236,0.85);
  position: absolute;
  top: -100%;
  height: 200px;
  width: 100%;
  padding-top: 35px;
  color: var(--bs-white);
}

.dh-overlay i {
  color: #fff506;
  font-size: xx-large;
}

