.page-header-title{position:absolute;left:8%;bottom:-50px;color:#fff;font-size:7vw;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;background-color:#000;padding:10px 10px 0}@media only screen and (max-width:1200px){.page-header-title{bottom:-15px}}.player-wrapper{max-width:260px}.player-container{position:relative;width:260px;height:351px;overflow:hidden;display:flex;justify-content:center;align-items:center}.player-background-image{width:100%;height:100%;background-image:url(/_next/static/media/player-card-bg.1514da3d.png);background-size:cover;transition:transform .5s ease;opacity:.1}.player-container:hover .player-background-image{transform:scale(1.3);transition:transform .5s ease;opacity:.2}.player-overlay{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px}.player-overlay>img{width:200px}.player-number{position:absolute;top:10px;left:10px;color:#fff;z-index:2}.player-name{margin-top:18px;line-height:normal}.player-firstname{font-size:18px}.player-lastname{color:#fff;transition:color .3s ease;font-weight:700;font-size:22px}.player-wrapper:hover .player-lastname{color:#d8b247}@media only screen and (max-width:700px){.player-wrapper{max-width:150px}.player-container{width:150px;height:251px}.player-overlay{width:120px}.player-overlay>img{width:125px}}.loader-spinner{width:48px;height:48px;border:5px solid;border-color:#fff #fff transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}