#player_history article { padding-top: 110px; width: 1300px; margin: 0 auto; }
#player_history section { width: 100%; margin-top: 40px; }

#player_history h2 { font-size: 28px; font-weight: 700; margin-bottom: 20px; }

#player_history section h3 { font-size: 28px; font-weight: 700; }
#player_history section ul { width: 100%; display: flex; flex-wrap: wrap; margin: 15px 0 30px 0; }

#player_history section ul li { width: 15%; margin: 0 2% 2% 0; }
#player_history section ul li a { display: flex; width: 100%; height: 120px; background-image: linear-gradient(to right bottom, #2C2C2E, rgba(30,30,30,.35)); padding: 20px; flex-wrap: wrap; justify-content: center; align-items: center; align-content: center; position: relative; border-radius: 8px; -webkit-transition: all .2s ease; position: relative; }
#player_history section ul li a:hover { transform: scale(1.05); }
#player_history section ul li a > * { flex: 0 1 100%; text-align: center; }
#player_history section ul li a strong { font-weight: 600; font-size: 17px; }
#player_history section ul li a span { font-size: 13px; font-weight: 600; color: rgba(235,235,245,.6); text-transform: uppercase; margin-top: 1px; }
#player_history section ul li a u { position: absolute; text-align: right; bottom: 8px; right: 12px; font-size: 11px; font-weight: 600; color: rgba(235,235,245,.18); }
#player_history section ul li a u.new { color: #fff; }

#player_history section ul li a.legend i { color: #FFD60A; margin-bottom: 2px; font-size: 28px; text-shadow: 0 0 20px #FFD60A; -webkit-transition: all .2s ease; }
#player_history section ul li a.legend:before { content: "The Legend"; color: #FFD60A; font-size: 11px; font-weight: 700; display: block; text-transform: uppercase; letter-spacing: 1px; position: absolute; top: 33px; opacity: 0; -webkit-transition: all .2s ease; }

#player_history section ul li a.legend:hover i { opacity: 0; }
#player_history section ul li a.legend:hover:before { opacity: 1; top: 30px; }



#player_history section ul li:nth-child(6) { margin-right: 0; }
#player_history section ul li:nth-child(12) { margin-right: 0; }























































































































































