
#ataglance img {
	max-width: 200px;
}

.feature-video {
	display: flex;
	align-items: center;
}
.feature-video .thumbnail img {
	width: 8em;
	margin-right: 1.5em;
}
.feature-video p {
	font-weight: 900;
	max-width: 350px;
	padding-bottom: 0.4em;
	font-size: 1.05em;
	line-height: 1.35em;
}
.greyback {
	background-color: #DCDEDF;
}
.halfpad-bottom p:last-child {
	margin-bottom: 0;
}

#categories .content h6 {
	text-transform: uppercase;
}
#categories .gridrow p {
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#categories p.disclaimer {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 0;
}

img.verified-category {
	width: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

.inline-badge {
	display: inline-block;
	height: 1.6em;
	width: auto;
	vertical-align: -0.3em;
	margin-right: 0.3em;
}

#checked h2 {
	margin-bottom: 0.8em;
}
#checked .gridrow > div {
	margin-bottom: 1.7em;
}
#checked .content h4 {
	display: inline-block;
}

#store .content.compatibility h2 {
	margin-top: 1.5em;
}

section#reviewing {
	background-image: url('https://cdn.cloudflare.steamstatic.com/steamdeck/images/verified/steamDeck_reviewing.png');
	background-size: auto 21.5em;
	background-repeat: no-repeat;
	background-position: 48vw 1.5em;
}

@media screen and (min-width: 1920px ) {
	section#reviewing {
		background-position: 55em 1.5em;
	}	
}

@media screen and (max-width: 700px) {
	section#reviewing {
		background-size: 0 0;
	}	
}


@media screen and ( max-width: 700px ) {
	.big-check {
		margin-bottom: 2em;
	}
	.feature-video p {
		max-width: unset;
	}
	section.thin-col_6 .gridrow .col_3 {
        display: inline-block;
		width: 47.122%;
    }

	img.verified-category {
		max-width: 36vw;
	}

	#categories .col_3 {
		vertical-align: top;
	}
	#categories .col_3.row-1 {
		margin-bottom: 1.5em;
	}

	#categories p.disclaimer {
		margin-top: 2em;
	}

	#checked h2 {
		margin-bottom: 1.5em;
	}
}

.flickity-viewport {
    min-height: unset;
}
.flickity-page-dots {
	margin-top: 1em;
	padding-top: 1em;
	height: 2em;
	bottom: unset;
	position: relative;
}
.flickity-page-dots .dot {
	background-color: #fff;
}
