.kanal-container .ads_showcase {
  background-color: #f4f4f4;
  padding: 0px;
  min-height: 250px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kanal-container .ads_showcase::before {
  content: "Advertisement";
  text-align: center;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 1;
  font-size: 14px;
  color: #dadada;
  position: absolute;
}
