.DeviceMotionRequestBanner {
    position: fixed;
    visibility: hidden;
    top: 10%;
    left: 6%;
    z-index: 99999999;
    background-color: #333333;
    padding: 20px 20px;
    color: #fff;
    font-family: Fira Sans, Helvetica, Arial, sans-serif;
    width: 75%;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.DeviceMotionRequestBanner > h3 {
  font-size: 28px;
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.05rem;
}

.DeviceMotionRequestBanner > p {
  font-size: 1.1rem;
}

.DeviceMotionRequestBanner > button {
  background-color: #89AB23;
  color: #fff;
  padding: 8px 30px;
  text-transform: uppercase;
  border: none;
  right: 0;
}

.DeviceMotionRequestBanner > button:hover {
  color: #fff;
}

.DeviceMotionRequestBanner > a {
  color: #fff;
  margin-left: 25px;
}
.visrez-prompt-logo {
  width: 100%;
  position: relative;
}
.visrez-prompt-logo img {
  width: 125px;
  float: right;
}
