
  body.fixed_top {
      padding-top: 250px;
  }

  body.fixed_bottom {
      padding-bottom: 250px;
  }

  @media(max-width: 520px) {
    
    body.fixed_top {
      padding-top: 350px;
    }

    body.fixed_bottom {
      padding-bottom: 350px;
    }
}


.abc1.fixed_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.abc1.fixed_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 520px) {
  .abc1.fixed_bottom {
    height: 350px !important;
  }
}

.ad-inner-container .ad-image {
  background-size: contain !important;
  background-position: center !important;
}

@media (max-width: 520px) {
  .ad-inner-container {
    height: auto !important;
  }
  .ad-inner-container .ad-image {
    height: 250px !important;
  }
}
.approved__item .ad-outer-container {
  height: auto;
}
.approved__item .ad-inner-container {
  height: auto;
}
.approved__item .ad-link {
  display: flex;
  flex-direction: column;
}
.approved__item .ad-inner-container .ad-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 100%;
}
.approved__item .ad-inner-container .ad-body {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.approved__item .ad-inner-container .ad-body .ad-button {
  position: static;
}
.approved__item .ad-inner-container .ad-body {
  padding: 16px 10px !important;
  height: auto !important;
}
.approved__item .ad-inner-container {
  min-width: 250px;
}

.modal .ad-outer-container {
  height: auto;
}
.modal .ad-inner-container {
  height: auto;
}
.modal .ad-link {
  display: flex;
  flex-direction: column;
}
.modal .ad-inner-container .ad-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 250px;
  width: 100%;
}
.modal .ad-inner-container .ad-body {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .ad-inner-container .ad-body .ad-button {
  position: static;
}
.modal .ad-inner-container .ad-body {
  padding: 16px 10px !important;
  height: auto !important;
}
.modal .ad-inner-container {
  min-width: 250px;
}