#rpsMinigame{top:0;bottom:0;position:absolute;left:0;right:0;width:100%;height:100%;margin:auto}#rpsMinigame #rpsBg{left:0;right:0;position:absolute;top:0;bottom:0;width:100%;height:100%;object-fit:fill;box-sizing:inherit;padding:inherit;background-image:url(../images/bg.png);background-size:100% 100%;background-color:#512b89;background-blend-mode:multiply;z-index:-20;margin:auto}#rpsMinigame .instructions{display:flex;justify-content:center;align-items:center;position:absolute;top:15%;left:0;width:100%;height:8.5%;font-family:Baloo;font-size:5vh;color:#fff;text-shadow:3px 4px #000}#rpsMinigame #rpsButtons{display:flex;justify-content:space-around;align-items:center;padding:0 .9vw;box-sizing:border-box;position:absolute;top:40%;left:0;width:100%;height:20%}#rpsMinigame #rpsButtons .rpsButton{margin:0 .9vw;width:initial;height:100%}#rpsMinigame .rpsButton{background-image:url(../images/button.png);background-size:100% 100%;background-color:#fff;background-blend-mode:multiply;mask-image:url(../images/button.png);-webkit-mask-image:url(../images/button.png);mask-size:100% 100%;-webkit-mask-size:100% 100%;display:flex;justify-content:center;align-items:center;font-family:Baloo;color:#fff;text-shadow:1px 1px #000;text-align:center;padding:0 2.3vw;box-sizing:border-box;width:30vw;height:20vh}#rpsMinigame .rpsButton span{width:100%}#rpsMinigame .rpsButton img{filter:drop-shadow(7px 7px 0 #000)}#rpsMinigame #rpsEndText{display:flex;justify-content:center;align-items:center;position:absolute;top:15%;left:0;width:100%;height:15%;font-family:Baloo;font-size:7vh;color:#fff;text-shadow:3px 4px #000}