@font-face {
	font-family: Roboto;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/Roboto-Medium.woff2) format('woff2'),
		url(../fonts/Roboto-Medium.ttf) format('ttf');
}
.page-background {
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.bgimage {
  background: url(../images/bystFeatureBack.jpg);
  width: calc(100% + 36px);
  height: calc(100% + 36px);
  background-size: cover;
  position: absolute;
  z-index: -1;
  filter: blur(18px);
  top: -18px;
  right: -18px;
  background-position-y: -155px;
}
.page-content {
  margin: 24px auto 24px;
  width: 40%;
}
.page-content img {
  width: 100%;
}
.page-note {
  display: inline-block;
  font: 500 16px Roboto, sans-serif;
}
.byst-button {
  display: inline-block;
  padding: 20px 40px;
  font: 500 14px Roboto, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #222;
  margin: 50px 0;
}
.byst-button:hover {
	background: #000;
}
