.fresh-content .game-bench {
    font-family: 'Lato', sans-serif!important;
	display: inline-block;
}
.fresh-content .game-bench .card {
    position: relative;
    margin-bottom: 20px;
}
.fresh-content .game-bench .card img.logo {
    display: block;
    max-width: 150px;
    margin: 0px auto 10px auto;
}
.fresh-content .game-bench .card img {
    width: 100%;
    height: auto;
		margin-top: 0;
}
.fresh-content .game-bench .card .benchmark {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;

}
.fresh-content .game-bench .card .benchmark img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    grid-row-start: 1;
    grid-column-start: 1;
    margin-bottom: 0px !important;
}
.fresh-content .game-bench .card .benchmark:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
}



.fresh-content .game-bench .col-md-4:nth-of-type(2) img {
	border-radius: 16px 0 0 16px !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(3) img {
	border-radius: 0 16px 16px 0 !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(5) img {
	border-radius: 16px 0 0 16px !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(6) img {
	border-radius: 0 !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(7) img {
	border-radius: 0 16px 16px 0 !important;
}


.fresh-content .game-bench .card .benchmark .fps {
    margin: 160px 0px 0px 0px;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    z-index: 1;
}
.fresh-content .game-bench .card .benchmark .fps-pro {
	 margin: 20px 0px 0px 0px;
}

.bench-title {
	margin-top:150px;
}
.benchmark a {
	grid-row-start: 1;
	grid-column-start: 1;
}
.fresh-content .game-bench .card .benchmark .fps h3 {
    display: inline-block;
    padding: 10px 10px;
    margin: 20px 1px;
    font-size: 16px;
    font-weight: 200;
    color: #fff; /* #000 */
    background: rgba(104, 47, 238, 0.9); /* rgba(243, 243, 243, 0.8); */
}
.fresh-content .game-bench .card .benchmark .fps h4 {
    display: inline-block;
    margin: 20px 0px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(8, 8, 8); /* #000 */
    background: rgba(255, 255, 255, 0.9); /* background: rgba(104, 47, 238, 0.8);  */
}
.fresh-content .synthetic-bench {
    text-align: center;
}
.fresh-content .synthetic-bench h2 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 25px;
}
.fresh-content .synthetic-bench .card {
    padding: 0px 40px;
}
.fresh-content .synthetic-bench .card .benchmark {
    position: relative;
    align-items: center;
    display: inline-flex;
}
.fresh-content .synthetic-bench .card h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}
.fresh-content .game-bench .col-md-4 {
    padding: 0px !important;
}

@media (min-width:992px){
    .fresh-content .synthetic-bench .card {
        padding: 0px 35px;
    }
    .fresh-content .synthetic-bench .card h4 {
        margin: 20px 0px 10px 0px;
    }
}

.product-page .product-description .fresh-content img.logo {
    border-radius: 0 !important;
}
.fresh-content .game-bench .card .fps div:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.fresh-content .game-bench .card .fps div {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
}
.fresh-content .game-bench .card .fps a {
	text-decoration: none;
	color: #fff;
}

.black-fps {
    color: #000 !important;
}

.ProgressNameBottom {
    margin-top: 10px;
    margin-bottom:30px;
    font-size: 18px !important;
}
.disclaimer {
	font-size: 0.6em !important;
	margin-bottom: 20px;
}

@media only screen and (min-width: 900px) and (max-width: 1125px) {
	.fresh-content .game-bench .card .benchmark .fps {
		margin: 0;
	}
	.fresh-content .game-bench .card .benchmark .fps h3.fps_title {
		font-size: 24px !important;
	}
	.fresh-content .game-bench .card .benchmark .fps h3 {
		padding: 5px;
		margin: 3px;
		display: block;
	}
	.fresh-content .game-bench .card .benchmark .fps h4 {
		padding: 5px;
		margin: 3px;
		display: block;
		text-align: center;
	}
	.hdd-to-ssd {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}

@media only screen and (max-width: 899px) {
	.fresh-content .game-bench {
		margin: 0 auto;
		display: block;
	}
	.hdd-to-ssd {
		max-width: 534px;
		margin: 0 auto;
		text-align: center !important;
	}
	.fresh-content .game-bench .col-md-4 .benchmark img {
		border-radius: 16px !important;
	}
	.hdd-to-ssd {
		border-radius: 0 0 16px 16px;
	}
}