/* ads nya */

.billboard-ads {
  width: 970px;
  height: 70px;
  background: #fff;
  padding: 3% 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.billboard-ads::before {
  content: "Advertisement";
  text-align: center;
  line-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 1;
  font-size: 14px;
  color: #dadada;
  position: absolute;
  margin: 0 auto;
}

.billboard-ads p {
  color: #8a9299;
  font-size: 10px;
  margin-bottom: 3px;
  margin-top: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
}

.bottom-frame {
  width: 970px;
  height: 70px;
  background: #fff;
  margin: 2% auto;
}

.bottom-frame p {
  color: #8a9299;
  font-size: 10px;
  margin-bottom: 3px;
  margin-top: 3px;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
}

/* SIDEBAR TOP ADS */
.container .sidebar .showcase1 {
  background-color: #fff;
  padding: 0px;
  min-height: 250px;
  margin: 20px;
  display: flex;
  align-items: center;
}

.container .sidebar .ads: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;
}
