.bundle-buttons .col-md-3 {
	padding: 0px !important;
	margin-bottom: 25px;
}
.bundle-buttons .card {
	height:80%;
	margin: 0 !important;
	background-color: white;
	border-radius: 15px;
	transition: transform .5s;
}
.bundle-buttons .card.xbox {
    border: 1.5px solid #0e7a0d !important;
}
.bundle-buttons .card.switch {
    border: 1.5px solid #e70009 !important;
}
.bundle-buttons .card.ps {
    border: 1.5px solid #003087 !important;
}
.bundle-buttons .card.nvidia {
    border: 1.5px solid #76b900 !important;
}
.bundle-buttons .card:hover {
	transform: scale(1.1);
	transition: transform .5s;
}
.bundle-buttons .card img {
	margin: 0 auto !important;
	font-size: auto !important;
}
.bundle-buttons .card .benchmark {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	align-items: center;
	justify-items: center;
}
.bundle-buttons .card .benchmark .fps {
	margin: 0px 0px 20px 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;
}
.bundle-buttons .card .benchmark .fps .header-fps {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 !important;
	background: none !important;
	font-size: 1.5em !important;
	font-weight: 600 !important;
	font-family: 'Lato', sans-serif !important;
}
.bundle-buttons .card.xbox .benchmark .fps .header-fps {
	color: #0e7a0d !important;
}
.bundle-buttons .card.switch .benchmark .fps .header-fps {
	color: #e70009 !important;
}
.bundle-buttons .card.ps .benchmark .fps .header-fps {
	color: #003087 !important;
}
.bundle-buttons .card.nvidia .benchmark .fps .header-fps {
	color: #76b900 !important;
}
.bundle-buttons .card.xbox a {
	color: #0e7a0d !important;
	text-decoration: none;
}
.bundle-buttons .card.switch a {
	color: #e70009 !important;
	text-decoration: none;
}
.bundle-buttons .card.ps a {
	color: #003087 !important;
	text-decoration: none;
}
.bundle-buttons .card.nvidia a {
	color: #76b900 !important;
	text-decoration: none;
}
.bundle-buttons .col-md-3:nth-of-type(1) .card {
	margin: 5% 5% 5% 10% !important;
}
.bundle-buttons .col-md-3:nth-of-type(2) .card {
	margin: 5% 5% 5% 5% !important;
}
.bundle-buttons .col-md-3:nth-of-type(3) .card {
	margin: 5% 5% 5% 5% !important;
}
.bundle-buttons .col-md-3:nth-of-type(4) .card {
	margin: 5% 10% 5% 5% !important;
}
.bundle-buttons .bundle-icon {
	width: 100%;
	height: 150px;
}
@media (max-width: 991px) {
	.bundle-buttons .col-md-3 {
		width: 90% !important;
		margin: 5% auto;
		transition: none;
	}
	.bundle-buttons .col-md-3 .card {
		width: 100%;
		transition: none;
	}
	.bundle-buttons .col-md-3 .card:hover {
		transform: none;
		transition: none;
	}
	.bundle-buttons .col-md-3:nth-of-type(1) .card {
		margin: 0% !important;
	}
	.bundle-buttons .col-md-3:nth-of-type(2) .card {
		margin: 0% !important;
	}
	.bundle-buttons .col-md-3:nth-of-type(3) .card {
		margin: 0% !important;
	}
	.bundle-buttons .col-md-3:nth-of-type(4) .card {
		margin: 0% !important;
	}
}