section#games-experiences .content{text-align:center}section#games-experiences .content>:last-child{margin-bottom:0}section#games-experiences .games{margin:-15px}section#games-experiences .game{padding:15px;text-align:left;width:25%}section#games-experiences .games.columns-3 .game{width:33.333%}section#games-experiences .game .image{position:relative}section#games-experiences .game .image .bg{border-radius:4px;overflow:hidden;padding-bottom:100%;position:relative;-webkit-transition:filter .1s ease-out,transform .5s ease-out;-o-transition:filter .1s ease-out,transform .5s ease-out;transition:filter .1s ease-out,transform .5s ease-out}section#games-experiences .game a:hover .image .bg{filter:brightness(1.1)}section#games-experiences .game .image:after{border:1px solid var(--neutral-8);border-radius:6px;content:"";height:calc(100% + 2px);left:-1px;opacity:0;position:absolute;top:-1px;-webkit-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out;width:calc(100% + 2px)}section#games-experiences .game a:hover .image:after{opacity:1}section#games-experiences .game .image label{background:var(--main-orange);color:#fff;cursor:pointer;font-size:12px;font-weight:600;left:-45px;line-height:1;padding:7px 0;position:absolute;text-align:center;top:15px;-webkit-transform:rotate(-40deg);-moz-transform:rotate(-40deg);-o-transform:rotate(-40deg);transform:rotate(-40deg);width:150px}section#games-experiences .game .image label.subscription-only{background:var(--shadow-yellow);left:-30px;top:25px}section#games-experiences .game h4,section#games-experiences .game h5{color:var(--neutral-4);font-family:Sofia Pro,sans-serif;font-weight:900;margin:16px 0 5px;text-transform:uppercase;-webkit-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out}section#games-experiences .game a:hover h4,section#games-experiences .game a:hover h5{color:var(--main-purple)}section#games-experiences .game p{color:var(--neutral-5)}section#games-experiences.neon-bg .game h4,section#games-experiences.purple-bg .game h4{color:#fff}section#games-experiences.neon-bg .game a:hover h4,section#games-experiences.purple-bg .game a:hover h4{color:var(--secondary-yellow)}section#games-experiences.neon-bg .game p,section#games-experiences.purple-bg .game p{color:hsla(0,0%,100%,.75)}section#games-experiences .btn{margin-top:50px}@media (max-width:1024px){section#games-experiences .game{width:33%}}@media (max-width:800px){section#games-experiences .game,section#games-experiences .games.columns-3 .game{width:50%}}@media (max-width:450px){section#games-experiences .game,section#games-experiences .games.columns-3 .game{width:100%}}