#noteefy-embed {
  height: 730px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#noteefy-embed-body {
  height: 100%;
  width: 800px;
}

@media (max-width: 800px) {
  #noteefy-embed-body {
    max-width: 380px;
  }
  #noteefy-embed {
    height: 1160px;
  }
}

@media (max-width: 450px) {
  #noteefy-embed {
    height: 1360px;
  }
}

#noteefy-embed-iframe {
  border: none;
}
