.social_share {
  display: none; }

.wrap-game {
  text-align: center; }
  .wrap-game.wrap-game--fortune-cookie .image-game {
    position: relative; }
  .wrap-game.wrap-game--fortune-cookie .answer {
    display: none;
    position: absolute;
    font-size: 12.4px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    top: 85px;
    left: 150px;
    height: 63px;
    width: 239px; }
  .wrap-game.wrap-game--crystal_ball input {
    margin-top: 0px; }
  .wrap-game.wrap-game--crystal_ball .crystall_ball-button-ask {
    margin-top: 20px; }

.game-image-after {
  display: none; }

.button-ask-again {
  display: none;
  margin-top: 15px; }

.button-ask {
  margin-top: 15px; }

.clover {
  width: 280px;
  height: 280px;
  background: url(../img/lucky-clover-sprite.png) no-repeat; }
  .clover.full-clover {
    background-position: 0 -1120px;
    cursor: pointer; }

.wrap-game--fortune-cookie.wrap-game {
  width: 400px;
  height: 600px;
  position: relative; }

.wrap-game--fortune-cookie .game-image-before {
  cursor: pointer; }

.wrap-game--lucky-clover .image-game {
  width: 100%;
  text-align: center;
  padding-top: 100px; }

.wrap-game--lucky-clover .wrap-game {
  position: relative; }

.wrap-game--lucky-clover .answer {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 22px; }

.wrap-game--lucky-clover .clover.full-clover {
  display: inline-block; }

@media (max-width: 1035px) {
  .wrap-game--lucky-clover .answer {
    top: 265px; } }

@media (max-width: 870px) {
  .wrap-game--lucky-clover .answer {
    left: 45%; } }

@media (max-width: 525px) {
  .wrap-game--lucky-clover .answer {
    top: 295px;
    left: 48%; } }

@media (max-width: 425px) {
  .wrap-game--lucky-clover .answer {
    top: 315px; } }

@media (max-width: 375px) {
  .wrap-game--lucky-clover .image-game {
    padding-top: 150px; }
  .wrap-game--lucky-clover .answer {
    top: 325px;
    font-size: 20px; } }

.game-image-before-8ball {
  cursor: pointer; }

.wrap-game--magic-8-ball.wrap-game {
  position: relative;
  width: 400px;
  height: 600px;
  margin: 5px;
  float: left; }

.wrap-game--magic-8-ball .image-game {
  position: relative;
  top: 0; }

.wrap-game--magic-8-ball .game-images {
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px; }

.wrap-game--magic-8-ball .answ {
  position: absolute;
  top: 107px;
  width: 100%;
  height: 100px;
  text-align: center;
  cursor: pointer; }

.wrap-game--magic-8-ball .answer {
  text-align: center;
  margin: 0 auto;
  transform: rotate(-32deg);
  font-size: 40px;
  width: 102px;
  height: 82px;
  color: #ccc;
  animation: blinker 1s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
