.markHeroPage {
  display: none;
  background-color: #000000;
  position: fixed;
  inset: 0px;
  opacity: 0.7;
  z-index: 9998;
  cursor: pointer;
}
.redirectpop {
  display: none;
  width: 718px;
  height: 296px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  opacity: 1;
  margin-left: -359px;
  margin-top: -148px;
}
.redirectpop img {
  width: 100%;
}
@media (max-width: 768px) {
  .redirectpop {
    width: 90%;
    height: auto;
    margin-left: -45%;
    margin-top: auto;
  }
}
