section.trending-page-redirecting-popup {
  max-width: 550px;
  position: fixed;
  width: 100%;
  position: fixed;
  right: 20px;
  height: auto;
  z-index: 15;
  display: block;
  bottom: -200%;
  transition: all 0.3s ease 0s;
  max-width: 550px;
}
section.trending-page-redirecting-popup.popups-opens{
  bottom:0;
}
section.trending-page-redirecting-popup.popups-cookied{
  opacity: 0;
  visibility: hidden;
}
section.trending-page-redirecting-popup a {
  display: block;
  line-height: 0;
}
section.trending-page-redirecting-popup img {
  max-width: 100%;
}
.close-button-popup svg {
  fill: rgb(171, 178, 184);
  cursor: pointer;
}
.close-button-popup {
  position: absolute;
  top: 17px;
  z-index: 16;
  right: 7px;
}
.popup-content-wrapper {
  position: relative;
}
.close-button-popup svg:hover {
  fill: rgb(132, 138, 142);
}
@media screen and (min-width: 1px) and (max-width: 400px){
  section.trending-page-redirecting-popup {
    right: auto;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  section.trending-page-redirecting-popup {
    right:0;
    left:0;
    max-width: 400px;
    margin: 0 auto;
    width:100%;
  }
}