.fresh-content .game-bench, .fresh-content .ProgressCinebench {
    font-family: 'Lato', sans-serif!important;
	display: inline-block;
	margin: 0 !important;
}
.fresh-content .game-bench .card {
    position: relative;
	letter-spacing: 0px !important;
}

.fresh-content .game-bench .col-md-4:nth-of-type(1) img {
	border-radius: 16px 0 0 16px !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(2) img {
	border-radius: 0 !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(3) img {
	border-radius: 0 16px 16px 0 !important;
}

.fresh-content .game-bench .card img {
    width: 100%;
    height: auto;
	margin-top: 0;
}
.fresh-content .game-bench .card h3 {
	margin: 10px 0;
}
.fresh-content .game-bench .card h3 a {
	text-decoration:none;
	color: rgb(26, 26, 26);
}
.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 .card .benchmark .fps {
    margin: 100px 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 h3 {
    display: inline-block;
    padding: 10px 10px;
    margin: 10px 1px;
    font-size: 16px !important;
    font-weight: 400;
	text-align:center;
    color: #fff;
    background: rgba(250, 0, 100, 0.9);
}
.fresh-content .game-bench .card .benchmark .fps .GoPro h3 {
	background: rgba(0, 130, 250, 0.9);	
}
.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);
    background: rgba(255, 255, 255, 0.9);
}
.fresh-content .game-bench .card .benchmark .fps .GoPro h4 {
	text-align: center;
}
.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;
    font-size: 18px !important;
}

.fresh-content .disclaimer {
	font-size: 0.7em !important;
	margin-bottom: 20px;
}
.ProgressCinebench {
	margin-bottom: 15px !important;	
	letter-spacing: 0px !important;
}
.benchmark a {
grid-row-start: 1;
grid-column-start: 1;

}
.benchmark h4 a {
color:black !important;
}


@media only screen and (min-width: 900px) and (max-width: 1125px) {
	.fresh-content .game-bench .card .benchmark .fps {
		margin-top: 0px;
	}
	.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;
	}
}
@media only screen and (max-width: 899px) {
	.fresh-content .game-bench .col-md-4:nth-of-type(1) img {
		border-radius: 16px !important;
	}
	.fresh-content .game-bench .col-md-4:nth-of-type(2) img {
		border-radius: 16px !important;
	}
	.fresh-content .game-bench .col-md-4:nth-of-type(3) img {
		border-radius: 16px !important;
	}
	.fresh-content .game-bench .card .benchmark img {
		margin: 0;
		display: block;
	}
	.fresh-content .game-bench {
		display: block;
	}
	.fresh-content .ProgressCinebench {
		display: none;
	}
}