.fresh-content .game-bench {
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 14px;
}
.fresh-content .game-bench .card {
    position: relative;
	letter-spacing: 0px !important;
}
.fresh-content .game-bench .card img {
    width: 100%;
    height: auto;
}
.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%) brightness(50%);
	filter: grayscale(100%) brightness(50%);
    transition: all 0.3s ease-in-out;
    grid-row-start: 1;
    grid-column-start: 1;
    margin-bottom: 0px !important;
	margin-top: 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(1) img {
	border-radius: 16px 0 0 0 !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 0 0 !important;
}

.fresh-content .game-bench .col-md-4:nth-of-type(1) img.ssd_img {
	border-radius: 16px 0 0 16px !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(2) img.ssd_img {
	border-radius: 0 !important;
}
.fresh-content .game-bench .col-md-4:nth-of-type(3) img.ssd_img {
	border-radius: 0 16px 16px 0 !important;
}

.hdd-to-ssd {
	border-radius: 0 0 16px 16px;
}

.fresh-content .game-bench .card .benchmark .fps {
    margin: 0px 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 h3.fps_title {
	background: none;
	font-weight: 700;
	font-size: 28px !important;
	text-shadow: 2px 2px 2px black;
}
.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;
}
.product-page .product-description .fresh-content img.logo {
    border-radius: 0 !important;
}
.product-page .product-description .fresh-content .benchmark img {
	display: block;
}
.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;
}
.fresh-content .game-bench .card .fps h4 a {
	color: black;
}

.black-fps {
    color: #000 !important;
}

.ProgressNameBottom {
    margin-top: 10px;
    font-size: 18px !important;
}

.disclaimer {
	font-size: 0.6em !important;
	margin-bottom: 20px;
}
.benchmark a {
grid-row-start: 1;
grid-column-start: 1;
}
.hdd-to-ssd {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark-hdd/external/fast.jpg");
	background-size: cover;
	background-position: center;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.hdd-to-ssd:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	transition: all 0.3s ease-in-out;
}
.hdd-to-ssd:hover > a .fast_speed p {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.hdd-to-ssd div {
	widht:100%;
	text-align: center;
	padding: 15px 15px 5px 15px;
}
.hdd-to-ssd a {
	text-decoration: none !important;
	text-shadow: 2px 2px 3px black, -2px 2px 3px black, 2px -2px 3px black, -2px -2px 3px black;
	color: white !important;
}
.hdd-to-ssd div p {
	font-weight: 600;
	font-size: 26px;
	transform: scale(1.0);
	transition: all 0.3s ease-in-out;
	color: white !important;
}
.hdd-to-ssd .fast_bold {
	font-size: 30px;
	font-weight: 800;
}
.hdd-to-ssd .fast-type {
	font-size: 22px;
}
.hdd-to-ssd:hover > a .fast_speed p {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}
.hdd-to-ssd .col-md-6 {
	padding-top: 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1125px) {
	.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) {
	.hdd-to-ssd {
		max-width: 534px;
		margin: 0 auto;
		text-align: center !important;
	}
	.fresh-content .game-bench .col-md-4:nth-of-type(1) img {
		border-radius: 16px 16px 0 0 !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 !important;
	}
	.fresh-content .game-bench .col-md-4:nth-of-type(1) img.ssd_img {
		border-radius: 16px 16px 0 0 !important;
	}
	.fresh-content .game-bench .col-md-4:nth-of-type(3) img.ssd_img {
		border-radius: 0 0 16px 16px !important;
	}
	.hdd-to-ssd {
		border-radius: 0 0 16px 16px;
	}
}