.pagerotator-text {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagerotator-text p {
  margin: 0;
  color: black;
  text-align: center;
  font-size: 25px;
}

.pagerotator-text .small-font {
  font-size: 23px;
}

.pagerotator-text ul {
  display: block;
  margin: 0 auto;
  width: 600px;
}

.pagerotator-text ul .pageli {
  text-align: left;
  list-style: none;
  margin: 10px 0 10px 110px;
  color: black;
  position: relative;
  font-size: 18px;
}

.pagerotator-text ul .pageli:before {
  position: absolute;
  top: 0px;
  margin: 8px 0 0 -12px;
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: red;
  content: "";
  border-radius: 50px;
}

.adblockOn{
  width: 640px; 
  height: 310px;
}
@media all and (max-width: 659px)
{
  .adblockOn{
    background-size:310px 150px;
    width: 310px; 
    height: 150px;
  }
  
}