html, body {

  border: 0;
  margin: 0;
  height: 100%;
}

.contenedor {

  position: absolute;
  background-color: rgb(243, 243, 244);
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
}

.wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
  align-self: stretch;
  -webkit-box-align: center;
  align-items: center;
}

.iphone {

  position: relative;
  background: #ff5252;
  box-shadow: 0 0 30px -10px rgb(0 0 0 / 60%);
  #width: 100%;
  width: 400px;
  height: 860px;
  overflow: hidden;
  border: 8px solid #000;
  border-radius: 50px;
  margin-top: 10%;
  text-align: center;
}

.noch-wrap {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
}

.noch {
  width: 175px;
  height: 28px;
  background: #000;
  display: inline-block;
  border-radius: 0 0 36px 36px;
}

.status-bar {
  width: 90%;
  margin-top: 12px;
  margin-bottom: 7px;
}

iframe {
  height: calc(100% - 34px);
  width: 100%;
}

@media only screen and (max-width: 600px) {

  .wrap {
    padding: 0;
  }

  .iphone {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
