.no-tailwind body {
  width: 100% !important;
}
.no-tailwind #adblock-modal {
  position: fixed;
  top: 0px !important;
  z-index: 100;
}
.no-tailwind .post-adblock {
  margin-top: 220px !important;
}
.no-tailwind .adblock-modal-text {
  font-size: 100%;
  width: 80%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 5.5%;
  margin: auto;
}
.no-tailwind .post-nav-class {
  margin-top: 200px;
}
@media screen and (min-width: 380px) {
  .no-tailwind .adblock-modal-text {
    padding-top: 1.5;
    padding-bottom: 1.5%;
    font-size: 120%;
  }
  .no-tailwind .post-nav-class {
    margin-top: 220px;
  }
}

@media screen and (min-width: 480px) {
  .no-tailwind .adblock-modal-text {
    font-size: 120%;
  }
  .no-tailwind .post-adblock {
    margin-top: 240px !important;
  }
}

@media screen and (min-width: 680px) {
  .no-tailwind .adblock-modal-text {
    font-size: 120%;
  }
  .no-tailwind .post-nav-class {
    margin-top: 135px;
  }

  .no-tailwind .post-adblock {
    margin-top: 150px !important;
  }
}

@media screen and (min-width: 880px) {
  .no-tailwind .adblock-modal-text {
    width: 70%;
  }
  .no-tailwind .post-nav-class {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .no-tailwind .post-adblock {
    margin-top: 100px !important;
  }
}
