#indianPokerMinigame{top:0;bottom:0;position:absolute;left:0;right:0;width:100%;height:100%;margin:auto}#indianPokerMinigame #ipBg{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:#41ffd0;background-blend-mode:multiply;z-index:-20;margin:auto}#indianPokerMinigame .title{position:absolute;top:13%;left:0;width:100%;height:10%;display:flex;justify-content:center;align-items:center;font-family:Baloo;font-size:10vw;text-shadow:3px 4px #000;color:#fff}#indianPokerMinigame .instructions{position:absolute;top:23%;left:0;width:100%;height:7%;display:flex;justify-content:center;align-items:center;font-family:Baloo;font-size:7vw;text-shadow:3px 4px #000;color:#fffa53}#indianPokerMinigame #ipCards{position:absolute;top:28%;left:10%;width:80%;height:65%}#indianPokerMinigame #ipCards>div{top:0;bottom:0;position:absolute;left:0;right:0;width:100%;height:100%;margin:auto}#indianPokerMinigame #ipCards .cardBg{position:absolute;bottom:5%;left:10%;width:80%;height:80%;border:2px solid #000;border-radius:1vw;background-color:#fff;filter:drop-shadow(7px 10px 1px rgba(0, 0, 0, .4))}#indianPokerMinigame #ipCards .cardBg .cardInfo{position:absolute;top:0;left:0;width:35%;height:35%;padding-top:1vh;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#indianPokerMinigame #ipCards .cardBg .cardInfo>div{width:100%;display:flex;justify-content:center;align-items:center}#indianPokerMinigame #ipCards .cardBg .cardInfo .suit{height:45%}#indianPokerMinigame #ipCards .cardBg .cardInfo .value{font-family:SmudgeStick;font-size:12vw;height:55%}#indianPokerMinigame #ipCards .indicator{position:absolute;top:5%;width:48%;height:6.3%;display:flex;justify-content:center;align-items:center;font-family:'Square Sans 7';font-size:6vw;color:#333}#indianPokerMinigame #ipCards #theirs .indicator{left:10%}#indianPokerMinigame #ipCards #theirs .indicator:before{content:'Theirs:'}#indianPokerMinigame #ipCards #yours .indicator{right:10%}#indianPokerMinigame #ipCards #yours .indicator:before{content:'Yours:'}#indianPokerMinigame #choiceButtons{position:absolute;bottom:20%;left:0;width:100%;height:10%;display:flex;justify-content:space-around;align-items:center;padding:0 1vw;box-sizing:border-box}#indianPokerMinigame #choiceButtons>div{margin:0 1vw;height:100%;flex-grow:1;font-size:8vw}#indianPokerMinigame #choiceButtons #higher{background-image:url(../images/button.png);background-size:100% 100%;background-color:#fd0606;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}#indianPokerMinigame #choiceButtons #higher span,#indianPokerMinigame #choiceButtons #lower span{width:100%}#indianPokerMinigame #choiceButtons #lower{background-image:url(../images/button.png);background-size:100% 100%;background-color:#4dd3ff;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}#indianPokerMinigame #ipEndText{position:absolute;bottom:2%;left:0;width:100%;height:8%;display:flex;justify-content:center;align-items:center;font-family:'Square Sans 7';color:#fff;text-shadow:3px 4px #000;text-align:center}#indianPokerMinigame #ipEndText .fit{height:100%;width:100%}