.layout_topads {
  text-align: center;
  width: 100%;
  height: 100%;
}

.topads {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: 120px;
  position: relative;
  margin-bottom: 0;
}

.layout_topads .topads .placeholder {
  background: none;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  position: relative;
  z-index: 2;
}

/*.layout_topads .topads .placeholder:empty::before {
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #d3d3d3;
  content: "Advertisement";
  font: 700 12px sans-serif;
  padding: 6px;
  text-align: center;
  position: absolute;
}*/
       
.layout_topads .topads::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;
  width: 100%;
}

.layout_showcase {
  text-align: center;
  width: 100%;
  height: 100%;
}

.showcase {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 270px;
  position: relative;
  margin-bottom: 0;
}

.layout_showcase .showcase .placeholder {
  background: none;
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100px;
  position: relative;
}

.layout_showcase .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: #ebe9e9;
    position: absolute;
    width: 100%;
    min-height: 250px;
}


          /* sticky top star */
          .sticky-bottom-ct {
            text-align: center;
            position: fixed;
            width: 100%;
            height: 70px;
            bottom: 0;
            left: 0;
            z-index: 28;
          }
          /* sticky top end */

          /* placeholder-header star */
          .placeholder-bottom {
            padding-top: 0px;
            width: 100%;
            height: 100%;
            position: relative;
            margin-bottom: 0;
            position: relative;
            background: #fff;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .placeholder-bottom:before {
            border-radius: 5px;
            color: #d3d3d3;
            content: "Advertisement";
            font: 700 12px sans-serif;
            padding: 6px;
            text-align: center;
            position: absolute;
            z-index: 1;
            background: none;
            color: #dadada;
          }

          .placeholder-bottom .ads-banner-bottom {
            z-index: 2;
          }
          /* placeholder-header end */
          /* sticky top end */