body.in-mobile-preview {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.mobile-preview-window {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 32px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.aam-device-container {
  top: 0;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.aam-iframe {
  margin: auto;
  display: block;
}

.aam-device-iphone-5 {
  position: relative;
  width: 390px;
  height: 700px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}
.aam-device-iphone-5 iframe {
  width: 360px;
  height: 580px;
  background: white;
}



/* The horizontal line on the top of the device */
.aam-device-iphone-5:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.aam-device-iphone-5:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}
