.recommend-popup-frame {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.recommend-popup-frame iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  background-color: white;
}
