@media (min-width: 992px) {
	body {
		background:#333;
		color:#fff;
		margin:0;
		font-family:'Helvetica Neue',Arial,sans-serif;
		font-size:14px;
		text-shadow:1px 1px 1px rgba(0,0,0,.2)
	}
	
	a {
		color:#fff;
		cursor:pointer;
		font-weight:300;
		text-decoration:none;
	}

	a:hover {
		color:#fff;
		text-decoration:underline;
	}

	.cover-video {
		position:absolute;
		top:0;
		right:0;
		left:0;
		height:100vh;
		overflow:hidden;
		z-index: -1000;
		
		
	}

	.cover-video video {
		min-height:100%;
		min-width:100%;
		background: url('../img/suricate.jpg') no-repeat;
		background-size: cover;
	}
}