@font-face {
    font-family: 'featured_itemregular';
    src: url('../fonts/featureditem-webfont.woff2') format('woff2'),
         url('../fonts/featureditem-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin:0px;
	padding: 0px;
	background: #0f0f0f url("../img/bg.jpg") 65% 15% no-repeat;
	background-size: cover;
	height: 100vh;
}

img {
	display: block;
    margin: 0 auto;
	top: 25%;
	position: relative;
	width: 15%;
}

a {
	width: 100vw;
	height: 100vh;
	position: absolute;
}

span {
	text-align: center;
	width: 100vw;
	position: absolute;
	bottom: 25%;
	color: #fff;
	text-decoration: none;
	font-family: 'featured_itemregular';
	font-size: 2.5em;
}

@media (max-width: 991px) { 
	img {
	width: 50%;
	}
  }
