.unsupported-hide {
  display: none;
}
.unsupported-show {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: #f1cb40;
  font-size: 52px;
}
.unsupported-content {
  max-width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}
.unsupported-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.unsupported-warning-icon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  margin-top: 32px;
  margin-bottom: 32px;
}
.unsupported-warning-text {
  line-height: 1.2;
  margin-bottom: 24px;
}
.unsupported-subtext {
  font-family: serif;
  font-size: 22px;
  color: #f1cb40;
}
.unsupported-subtext a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f1cb40;
}
.unsupported-subtext a:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f1cb40;
}
@media screen and (max-width: 779px) {
  .unsupported-show {
    font-size: 36px;
  }
}
