.embedd_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 5% 5% 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}

.embedd_frame-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9;
  position: relative;
}

.embedd_frame-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.template-loading {
  position: relative;
}
.template-loading::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  border-radius: inherit;
}
.template-loading > .loading_animation {
  display: block;
}
.template-loading > div {
  overflow: hidden;
}

.embedd_frame-content-page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.embedd_frame-content-page-back {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.embedd_frame-back {
  color: #fff;
  position: absolute;
  top: 50px;
  left: 5vw;
  z-index: 2;
  font-size: 1.333333rem;
  cursor: pointer;
}

.embedd_frame-content-loading > div {
  overflow: hidden;
}

.embedd_frame-page {
  width: 100%;
  height: 100%;
}

.embedd_frame .related-more-button {
  display: none;
}