#for-gamer-performance .icons ul {grid-template-columns: repeat(12, 1fr);}
#for-gamer-performance .icons li { grid-column-end: span 4; }
@media (max-width: 575px) {
	#for-gamer-performance .icons li { grid-column-end: span 12; }
}
@media (min-width: 961px) {
	#for-gamer-performance .icons li { grid-column-end: span 3; }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}