

/* 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;
}

.steam_section {
	background-color: #03a7d6;
	padding: 50px 0;
	width: calc( 100% + 10vw );
	margin-left: -5vw;
}

@media (min-width: 668px) {
	.steam_section {
		padding: 25px 0 0;
	}
}

@media (min-width: 1200px) {
	.steam_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) {
	.steam_section > .row {
		width: 100%;
		margin: 0 5vw;
	}
}

@media (min-width: 1200px) {
	.steam_section > .row {
		margin: 0 80px;
	}
}

@media (min-width: 820px) {
	.steam_section .steam_stat {
		padding-top: 45px;
	}
}

.steam_section .steam_logo_about {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (min-width: 820px) {
	.steam_section .steam_logo_about {
		width: 100%;
		margin: 20px auto 50px;
	}
}

.steam_stat h4 {
	color: #026d8d;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 820px) {
	.steam_stat h4 {
		font-size: 2vw;
		text-align: left;
	}
}

@media (min-width: 1600px) {
	.steam_stat h4 {
		font-size: 30px;
	}
}

.steam_stat h3 {
	font-weight: 700;
	color: #fff;
	font-size: 10vw;
	text-align: center;
}

@media (min-width: 820px) {
	.steam_stat h3 {
		font-size: 4vw;
		text-align: left;
	}
}

@media (min-width: 1600px) {
	.steam_stat h3 {
		font-size: 52px;
	}
}

.carousel {
	overflow: hidden;
	position: relative;
}
.carousel-cell {
	width: 100%;
}
.carousel-cell .caption {
	width: 15em;
	line-height: 1.1em;
	opacity: 0.8;
	right: 1em;
	bottom: 0em;
	position: absolute;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	height: 2.5em;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
  
.flickity-rtl .flickity-page-dots { direction: rtl; }
  
.flickity-page-dots .dot {
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin: 0 8px;
	background: transparent;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
	border: 2px solid #000;
	transition: opacity 0.2s;
}

.flickity-page-dots .dot.is-selected {
	background: #000;
}

.flickity-page-dots .dot:hover {
	opacity: 0.75;
}
  
@media (max-width: 819px) {
	.flickity-viewport {
		margin-bottom: 1.5em;
	}
	.flickity-page-dots {
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		gap: 0.2em;
		bottom: 0em;
		height: 1em;
	}
	.flickity-page-dots .dot {
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 0;
		border: 0;
		background-color: #000;
		height: 0.2em;
	}
	.flickity-page-dots .dot.is-selected {
		opacity: 0.5;
	}
	.carousel-cell .caption {
		width: auto;
		right: 0;
		height: 3em;
		padding-left: 2em;
		padding-right: 2em;
		position: relative;
	}
	.carousel-cell .caption:before {
		display: none;
	}
}
