.block-renmans-popup {
  position: fixed;
  top: 2em;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
}

.block-renmans-popup .renmans-popup {
  background-color: #94c11f;
  border: none;
  color: #fff;
  border-radius: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.block-renmans-popup .close {
  display: block;
  position: absolute;
  right: .5em;
  font-size: 45px;
  opacity: 0.6;
  text-shadow: none;
}

.block-renmans-popup .renmans-popup-close:hover {
  transform: rotate(270deg);
}

.toolbar-horizontal .block-renmans-popup {
  margin-top: 120px;
}

@media only screen and (max-width: 800px) {
  .block-renmans-popup .renmans-popup img {
    width: 450px;
    height: 525px;
  }
}

@media only screen and (max-width: 600px) {
  .block-renmans-popup .renmans-popup img {
    width: 450px;
    height: 525px;
  }
}

@media only screen and (max-width: 450px) {
  .block-renmans-popup .renmans-popup img {
    width: 360px;
    height: 420px;
  }
}
