#new_content_desc .full_image.new_benchmark {
	flex-direction: row;
}
#new_content_desc .bar {
  fill: rgba(104, 47, 238, 0.9);
  height: 30px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: 'Instrument Sans', sans-serif;
  -webkit-filter: drop-shadow( 2px 2px 2px black);
  filter: drop-shadow( 2px 2px 2px black);
}
#new_content_desc .chart g.bar text {
    fill: white;
	font-size: 14px;
}   
#new_content_desc .chart g.bar text.fps {
    fill: white;
	font-weight:bold;
	font-size: 14px;
}
#new_content_desc .bar:hover,
#new_content_desc .bar:focus {
  fill: #5D5D5D;
}
#new_content_desc .new_benchmark .row > .col-md-3 {
	display:none;
}
#new_content_desc .test-bench .row, #new_content_desc .game-bench .row {
	margin: 0;
	border-radius: 15px;
}
#new_content_desc .test-bench .col-md-9, #new_content_desc .game-bench .col-md-9 {
	color: var(--color-neutral700, #444444);
}
#new_content_desc .game-bench {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	display:inline-block;
	margin: 20px 0 10px 0;
}
#new_content_desc .test-bench {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	display:inline-block;
	margin: 10px 0 20px 0;
}
#new_content_desc .game-bench  a, #new_content_desc .test-bench a {
	text-decoration: none;
}
#new_content_desc .game-bench h3, #new_content_desc .test-bench h3 {
	font-weight: bold;
	color:white;
}
#new_content_desc .game-bench .col-md-8, #new_content_desc .test-bench .col-md-8 {
	padding-right:0px;
}
#new_content_desc .game-bench > .col-md-9, #new_content_desc .test-bench > .col-md-9 {
	padding-right:0px;
	width: 100%;
}
#new_content_desc .game-bench .col-md-12:first-of-type, #new_content_desc .test-bench .col-md-12:first-of-type {
	padding: 15px 0px 0px 0px;
}
#new_content_desc .game-bench .col-md-12, #new_content_desc .test-bench .col-md-12 {
	padding: 15px 0px 0px 0px;
}
#new_content_desc .game-bench .col-md-12:last-of-type, #new_content_desc .test-bench .col-md-12:last-of-type {
	padding: 15px 0px 0px 0px;
}
#new_content_desc .game-bench .col-md-3, #new_content_desc .test-bench .col-md-3 {
	text-align: center;
	padding: 0px 15px 25px 0px;
}
#new_content_desc .game-bench .col-md-3 img, #new_content_desc .test-bench .col-md-3 img {
	width:100%;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
}

@media only screen and (min-width: 900px) and (max-width: 1125px) {
	#new_content_desc .game-bench, .test-bench, .game-bench-cp {
		background-image: none !important;
	}
	#new_content_desc .game-bench .col-md-9:first-of-type, #new_content_desc .test-bench .col-md-9:first-of-type {
		width: 100%;
	}
	#new_content_desc .game-bench .col-md-3:last-of-type, #new_content_desc .test-bench .col-md-3:last-of-type {
		display: none;
	}
}
@media only screen and (max-width: 899px) {
	#new_content_desc .new_benchmark.full_image {
		flex-direction: column;
	}
	#new_content_desc .game-bench, #new_content_desc .test-bench, .game-bench-cp {
		background-image: none !important;
	}
	#new_content_desc .game-bench .col-md-3 img, #new_content_desc .test-bench .col-md-3 img, #new_content_desc .game-bench-cp .col-md-3 img {
		max-width: 250px !important;
	}
	#new_content_desc .game-bench .col-md-3, #new_content_desc .test-bench .col-md-3 {
		padding: 0px 0px 25px 0px;
	}
	#new_content_desc .game-bench {
		margin-bottom: 0;
	}
	#new_content_desc .test-bench {
		margin-top: 0;
	}
	#new_content_desc .game-bench .col-md-3:last-of-type, #new_content_desc .test-bench .col-md-3:last-of-type {
		display: none;
	}
}