.athletes-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:30px 0}.athlete-card-container{height:340px;perspective:1000px;width:100%}.athlete-card{border-radius:3px;height:100%;position:relative;transform-style:preserve-3d;transition:transform .8s;width:100%}.athlete-card:focus{outline:2px solid #000}.athlete-card-container:hover .athlete-card{transform:rotateY(180deg)}.athlete-card-back,.athlete-card-front{backface-visibility:hidden;border-radius:3px;height:100%;overflow:hidden;position:absolute;width:100%}.athlete-card-front{background-color:#fff}.athlete-card-front h3{background-color:#fff;bottom:10px!important;box-sizing:border-box;color:var(--wp--preset--color--primary);font-family:var(--wp--preset--font-family--poppins);font-size:var(--wp--preset--font-size--normal);left:5%;letter-spacing:2px;margin:0;padding:10px;position:absolute;text-align:center;text-transform:uppercase;width:90%}.athlete-card-back{background-color:var(--wp--preset--color--primary);color:#fff;display:flex;flex-direction:column;justify-content:center;transform:rotateY(180deg)}.athlete-card-back .athlete-card-back-inner{padding:20px;text-align:center}.athlete-card-back strong{color:#fff;display:block;letter-spacing:1px;text-transform:uppercase}.athlete-card-back p{font-size:14px;margin:8px 0}.athlete-image{height:100%;overflow:hidden}.athlete-image img{height:100%;object-fit:cover;width:100%}
