h5 {
    font-weight: 600;
}

/* About page */
.popular {
	position: relative;
}

.popular_games > .row {
	margin: 0;
}

.popular_game a h4, .popular_game a p {
	color: #000;
}

.popular_game a h4 {
	margin-top: 40px;
}

.popular_game a:hover h4 {
	color: #f74843;
}

.games_popular_overbleed_wrapper {
	bottom: 0;
	top: 0;
	position: absolute;
	right: 0;
}

.games_popular_overbleed_video {
	bottom: 0;
	top: 0;
	position: absolute;
	right: -400px;
	left: -200px;
	z-index: -1;
}

.games_popular_overbleed_video video {
	transform: scaleX(-1);
	height: 100%;
	object-fit: cover;
}

/* IE11 hack, because videos show black bars when sized by height */
@media all and (-ms-high-contrast:none)
{
	.games_popular_overbleed_video video {
		height: auto;
	}
}

.genre_defining_game .game_title,
.portfolio_games .portfolio_game_text {
	font-weight: 900;
	line-height: 1.3;
	font-size: 6vw;
	margin-bottom: 20px;
}

@media (min-width: 820px) {
	.genre_defining_game .game_title,
	.portfolio_games .portfolio_game_text {
		font-size: 1.8vw;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.genre_defining_game .game_title,
	.portfolio_games .portfolio_game_text {
		font-size: 18px;
	}
}

.row .genre_defining_games
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.game_title 
{
	margin-top: -2px;
	margin-bottom: 0px;
	font-weight: 700;
	line-height: 1.3;
}

.blacklined_section {
	background-color: #03a7d6;
	padding: 50px 0;
	width: calc( 100% + 10vw );
	margin-left: -5vw;
}

@media (min-width: 668px) {
	.blacklined_section {
		padding: 25px 0 0;
	}
}

@media (min-width: 1200px) {
	.blacklined_section {
		width: 1360px;
		margin-left: -80px;
	}
}

@media (max-width: 819px) {
	#content > .image.dota_tournament {
		width: 160%;
		margin: 0 -30%;
	}

	#content > .image.dota_tournament .image_caption {
		width: 50%;
		margin: 0 25%;
	}
}

@media (min-width: 820px) {
	.blacklined_section > .row {
		width: 100%;
		margin: 0 5vw;
	}
}

@media (min-width: 1200px) {
	.blacklined_section > .row {
		margin: 0 80px;
	}
}

@media (min-width: 820px) {
	.blacklined_section .blacklined_stat {
		padding-top: 45px;
	}
}

.blacklined_section .blacklined_logo_about {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (min-width: 820px) {
	.blacklined_section .blacklined_logo_about {
		width: 100%;
		margin: 20px auto 50px;
	}
}

.blacklined_stat h4 {
	color: #026d8d;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 820px) {
	.blacklined_stat h4 {
		font-size: 2vw;
		text-align: left;
	}
}

@media (min-width: 1600px) {
	.blacklined_stat h4 {
		font-size: 30px;
	}
}

.blacklined_stat h3 {
	font-weight: 700;
	color: #fff;
	font-size: 10vw;
	text-align: center;
}

@media (min-width: 820px) {
	.blacklined_stat h3 {
		font-size: 4vw;
		text-align: left;
	}
}

@media (min-width: 1600px) {
	.blacklined_stat h3 {
		font-size: 52px;
	}
}

.job-list {
	font-size: 16px;
	font-weight: 300;
}
.job-list a {
	font-weight: 400;
}