#app-browser-detection-message {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

.app-browser-detection-message-experience {
  background-color: #000;
  background-image: url(../images/background.png);
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  font-family: "hero-new", sans-serif;
  color: #fff;
}

.app-browser-detection-message-home {
  height: 700px !important;
  font-size: 1em;
}

#app-browser-detection, .text {
  padding: 0 30px;
}

#app-browser-detection, #copy-button {
  background-color: rgba(221,221,221,0.26);
  border: none;
  box-shadow: none;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .75px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
}

#app-browser-detection, #copy-button-text {
  margin-left: 5px;
}