@keyframes gradientAnimation{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.animated-gradient{background-size:400% 100%;animation:gradientAnimation 15s ease infinite}@keyframes rockHeadAnimation{0%{transform:rotate(-8deg) scale(.95)}25%{transform:rotate(0deg) scale(1)}50%{transform:rotate(8deg) scale(.95)}75%{transform:rotate(0deg) scale(1)}to{transform:rotate(-8deg) scale(.95)}}@keyframes rockHeadAnimationHover{0%{transform:rotate(-7deg) scale(.97)}25%{transform:rotate(0deg) scale(1.02)}50%{transform:rotate(7deg) scale(.97)}75%{transform:rotate(0deg) scale(1.02)}to{transform:rotate(-7deg) scale(.97)}}.rock-head-animation{animation:rockHeadAnimation 1.2s ease-in-out infinite;display:inline-block;transform-origin:center center;transition:animation .3s ease}.rock-head-animation:hover{animation:rockHeadAnimationHover .8s ease-in-out infinite}.game-section-container{aspect-ratio:unset;position:relative;width:100%;height:400px}@media (min-width:768px){.game-section-container{height:500px}}@media (min-width:1024px){.game-section-container{height:600px}}.game-iframe{width:100%!important;min-width:100%!important;border:none!important}