.slot-machine{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../img/slotMachine/background.png);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 1330px;
  }
  
  .slot-machine>.TopContainer{
    display: flex;
    flex-direction: row;
    width: 80%;
  }
  
  .slot-machine>.TopContainer> .title{
    font-family : KozGoPr6N-Regular;
    font-size : 103px;
    line-height: 100px;
    color : #ffff00;
    margin-right: 0%;
    margin-top: 100px;
    width: 60%;
    -webkit-filter: drop-shadow(4px 0px 4px #000);
    filter: drop-shadow(4px 0px 4px #000);
    will-change: filter;
-moz-filter: drop-shadow(4px 0px 4px #000);
  }
  
  .slot-machine>.TopContainer> .subText{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: -10px;
    width: 40%;
    justify-content: flex-end;
  }
  
  .slot-machine>.TopContainer>.subText>.text1{
    font-family : ShinGo-Medium;
    font-size : 25px;
    line-height : 35.22px;
    letter-spacing : 1.5px;
    color : #ffffff;
    text-align: right;
    font-weight: 500;

  }
  
  .slot-machine>.instruction{
    display: flex;
    width: 80%;
    margin-top: 50px;
  }

  .slot-machine>.instruction>.content{
    font-family : ShinGo-Medium;
    font-size : 14px;
    line-height : 21px;
    letter-spacing : 1.26px;
    color : #FFFFFF;
  }

  .slot-machine>.instruction>.content>.highlight{
    color: #ffff00;
  }
  
  .slot-machine > .emailForm{
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  
  .slot-machine > .emailForm > .txt{
    font-family : HelveticaNeue;
    font-size : 22px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);
    text-align: center;
  }
  
  .slot-machine > .emailForm > .email{
    background-image: url(../img/slotMachine/emailBox.png);
    background-size: 100% 100%;
    width: 380px;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slot-machine > .emailForm > .email input[type=email] {
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none; 
    border-width: 0; 
    box-shadow: none;
    text-align: center;
    font-family: KozGoPr6N-Medium;
  }
  
  .slot-machine > .slotAndItem{
    height: 700px;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .slot-machine > .slotAndItem>.spotLight{
    background-image: url(../img/slotMachine/spot_light.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1100px;
    height: 1100px;
    position: absolute;
    top:-40%;
    left: -30%;
  
  }
  
  
  .slot-machine > .slotAndItem> .machineView{
    background-image: url(../img/slotMachine/slotmachine.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 700px;
    height: 600px;
    position: relative;
    filter: drop-shadow(50px 20px 40px #000);
    will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
    -webkit-filter: drop-shadow(50px 20px 40px #000);
  }
  
  .slot-machine > .slotAndItem> .machineView>.win{
    display: none;
    position: absolute;
    width: 77%;
    height: 37%;
    top: 30.5%;
    left: 11%;
    animation: slotResultOpen 4s 1;
  }

  .slot-machine > .slotAndItem> .machineView>.win>.winIMG{
    background-image: url(../img/slotMachine/slot_win.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }


  .slot-machine > .slotAndItem> .machineView>.lose{
    display: none;
    position: absolute;
    width: 77%;
    height: 37%;
    top: 30.5%;
    left: 11%;
    animation: slotResultOpen 4s 1;
  }

  .slot-machine > .slotAndItem> .machineView>.lose>.loseIMG{
    background-image: url(../img/slotMachine/slot_lose.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }
  
  .slot-machine > .slotAndItem> .machineView> .leaver{
    position: absolute;
    width: 70px;
    height: 183px;
    top: 8%;
    left: 0.6%;
    cursor: pointer;
    animation: leverMov 2s 1;
  }
  
  .slot-machine > .slotAndItem> .machineView> .leaver> .leaverImg{
    background-image: url(../img/slotMachine/leaver.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: leverArmMov 2s 1;
  }
  
  .slot-machine > .slotAndItem> .machineView> .leaver> .leaverNob{
    background-image: url(../img/slotMachine/nob.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5%;
    animation: leverNobMov 2s 1;
  }

  .slot-machine > .slotAndItem> .machineView> .slot_bottom_intruction{
    position: absolute;
    width: 70px;
    height: 110px;
    top: 8%;
    left: -20.4%;
    animation: slot_bottom_intruction_animation 2s infinite;
  }

  .slot-machine > .slotAndItem> .machineView> .slot_bottom_intruction>.bottom_img{
    background-image: url(../img/slotMachine/slot_bottom_intruction.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .slot-machine > .slotAndItem> .machineView> .slot_circle_intruction{
    position: absolute;
    width: 120px;
    height: 120px;
    top: 1.5%;
    left: -3.7%;
    cursor: pointer;
    animation: slot_circle_intructionAnimation 2s infinite;
  }

  .slot-machine > .slotAndItem> .machineView> .slot_circle_intruction>.circle_img{
    background-image: url(../img/slotMachine/slot_circle_instruction.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  #playFancy.animationOff{
    animation-name: none;	
  }
  
  #leaverImg.animationOff{
    animation-name: none;	
  }
  
  #leaverNob.animationOff{
    animation-name: none;	
  }
  
  @keyframes leverMov {
    0% {
      top: 8%;
    }
    60% {
      top: 24.3%;
    }
  
    100% {
      top: 8%;
    }
  }
  
  @keyframes leverArmMov {
    0% {
      height: 100%;
      top:0%
    }
    60% {
      height: 40%;
      width: 70px;
      top: 50%;
      filter: drop-shadow(50px 5px 10px #222);
  
    }
  
    100% {
      height: 100%;
      top: 0%;
    }
  }
  
  @keyframes leverNobMov {
    0% {
      top: -5%;
    }
    60% {
      top: 30%;
      filter: drop-shadow(20px -5px 5px #222);
  
    }
  
    100% {
      top: -5%;
    }
  }

  @keyframes slot_bottom_intruction_animation{
    0% {
      top: 5%;
    }
    50% {
      top: 14%;
    }

    100% {
      top: 5%;
    }
  }

  @keyframes slot_circle_intructionAnimation{
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes slotResultOpen{
    0%{
      opacity: 0;
    }

    50%{
      opacity: 0;
    }

    100%{
      opacity: 1;
    }
  }
  
  
  .slot-machine > .slotAndItem> .machineView> .objects{
    width: 75%;
    height: 180px;
    position: absolute;
    top: 33.2%;
    left: 13%;
    padding-top: 30px;
    
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .jSlots-wrapper {
    overflow: hidden;
    height: 20px;
    display: inline-block; /* to size correctly, can use float too, or width*/
    border: none;
  }
  
  .slot {
    width: 100%;
  }
  
  .fancy .jSlots-wrapper {
    overflow: hidden;
    height: 150px;
    width: 100%;
    border: none;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-items: center;
    
  }
  
  .fancy .slot li {
    width: 100%;
    line-height: 150px;
    text-align: center;
    font-size: 150px;
    color: transparent;
  }
  
  .fancy .slot:first-child li {
    background-image: url("../img/slotMachine/slot/seven.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  
  .fancy .slot li:nth-child(5) {
    background-image: url("../img/slotMachine/slot/apple.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  .fancy .slot li:nth-child(4) {
    background-image: url("../img/slotMachine/slot/danger.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  .fancy .slot li:nth-child(3) {
    background-image: url("../img/slotMachine/slot/tie.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  .fancy .slot li:nth-child(2) {
    background-image: url("../img/slotMachine/slot/star.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  
  
  .fancy .slot li:nth-child(1) {
    background-image: url("../img/slotMachine/slot/seven.png");
    background-repeat: no-repeat;
    background-size: 128px 128px;
    background-position: center;
  }
  
  
  .fancy .slot li span {
    display: block;
  }
  
  
  
  @media (max-width: 800px) and (min-width: 500.1px){
  
    .slot-machine{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/slotMachine/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 800px;
    }
    
    .slot-machine>.TopContainer{
      display: flex;
      flex-direction: row;
      width: 85%;
    }
    
    .slot-machine>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size: 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
      width: 50%;
    }
    
    .slot-machine>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-bottom: -60px;
      width: 50%;
      justify-content: flex-end;
    }
    
    .slot-machine>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 16px;
      line-height: 25.22px;
      letter-spacing: 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
    .slot-machine>.instruction{
      display: flex;
      width: 80%;
      margin-top: 40px;
    }
  
    .slot-machine>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 1.26px;
      color : #FFFFFF;
    }
  
    .slot-machine>.instruction>.content>.highlight{
      color: #ffff00;
    }
    
    
    .slot-machine > .emailForm{
      width: 100%;
      height: auto;
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }
    
    
    .slot-machine > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 20px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
    
    .slot-machine > .emailForm > .email{
      background-image: url(../img/slotMachine/emailBox.png);
      background-size: 100% 100%;
      width: 380px;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .slot-machine > .emailForm > .email input[type=email] {
      width: 100%;
      outline: none;
      background-color: transparent;
      border: none; 
      border-width: 0; 
      box-shadow: none;
      text-align: center;
      font-family: KozGoPr6N-Medium;
    }
    
    .slot-machine > .slotAndItem{
      width: 400px;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    
    .slot-machine > .slotAndItem>.spotLight{
      background-image: url(../img/slotMachine/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 400px;
      height: 500px;
      position: absolute;
      top:0%;
      left: 0%;
    
    }
    
    .slot-machine > .slotAndItem> .machineView{
      background-image: url(../img/slotMachine/slotmachine.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 450px;
      height: 400px;
      position: relative;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
    }
    
    
    .slot-machine > .slotAndItem> .machineView> .leaver{
      position: absolute;
      width: 45px;
      height: 122px;
      top: 8%;
      left: 0.6%;
      cursor: pointer;
      animation: leverMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverImg{
      background-image: url(../img/slotMachine/leaver.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      animation: leverArmMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverNob{
      background-image: url(../img/slotMachine/nob.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 40px;
      height: 40px;
      position: absolute;
      top: -5%;
      animation: leverNobMov 2s 1;
    }

    .slot-machine > .slotAndItem> .machineView> .slot_bottom_intruction{
      position: absolute;
      width: 7vw;
      height: 11vw;
      top: 8%;
      left: -20.4%;
      cursor: pointer;
      animation: slot_bottom_intruction_animation 2s infinite;
    }

    .slot-machine > .slotAndItem> .machineView> .slot_circle_intruction{
      position: absolute;
      width: 10vw;
      height: 10vw;
      top: 2.5%;
      left: -4%;
      cursor: pointer;
      animation: slot_circle_intructionAnimation 2s infinite;
    }
  
    
    @keyframes leverArmMov {
      0% {
        height: 100%;
        top:0%
      }
      60% {
        height: 40%;
        width: 120%;
        top: 50%;
        filter: drop-shadow(50px 5px 10px #222);
    
      }
    
      100% {
        height: 100%;
        top: 0%;
      }
    }
    
  
    .slot-machine > .slotAndItem> .machineView> .objects{
      width: 75%;
      height: 120px;
      position: absolute;
      top: 24.2%;
      left: 13%;
      padding-top: 30px;
      
    }
    
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    
    .jSlots-wrapper {
      overflow: hidden;
      height: 20px;
      display: inline-block; /* to size correctly, can use float too, or width*/
      border: none;
    }
    
    .slot {
      width: 100%;
    }
    
    .fancy .jSlots-wrapper {
      overflow: hidden;
      height: 120px;
      width: 100%;
      border: none;
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%;
      justify-items: center;
      
    }
    
    .fancy .slot li {
      width: 100%;
      line-height: 150px;
      text-align: center;
      font-size: 150px;
      color: transparent;
    }
    
    .fancy .slot:first-child li {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    

    .fancy .slot li:nth-child(5) {
      background-image: url("../img/slotMachine/slot/apple.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    .fancy .slot li:nth-child(4) {
      background-image: url("../img/slotMachine/slot/danger.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    .fancy .slot li:nth-child(3) {
      background-image: url("../img/slotMachine/slot/tie.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    .fancy .slot li:nth-child(2) {
      background-image: url("../img/slotMachine/slot/star.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    
    
    .fancy .slot li:nth-child(1) {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 85px 85px;
      background-position: center;
    }
    
    
    .fancy .slot li span {
      display: block;
    }
  }
  
  @media (max-width: 500px) and (min-width: 360.1px){
  
    .slot-machine{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/slotMachine/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 650px;
    }
    
    .slot-machine>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }
    
    .slot-machine>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size: 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
      width: 100%;
    }
    
    .slot-machine>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: -20px;
      margin-bottom: 0px;
      width: 100%;
      justify-content: flex-end
    }
    
    .slot-machine>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 21.22px;
      letter-spacing: 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
    .slot-machine>.instruction{
      display: flex;
      width: 80%;
      margin-top: 0px;
    }
  
    .slot-machine>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 1.26px;
      color : #FFFFFF;
    }
  
    .slot-machine>.instruction>.content>.highlight{
      color: #ffff00;
    }
    
    
    .slot-machine > .emailForm{
      width: 100%;
      height: auto;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
      margin-bottom: 10px;
    }
    
    
    .slot-machine > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 16px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
    
    .slot-machine > .emailForm > .email{
      background-image: url(../img/slotMachine/emailBox.png);
      background-size: 100% 100%;
      width: 280px;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .slot-machine > .emailForm > .email input[type=email] {
      width: 100%;
      outline: none;
      background-color: transparent;
      border: none; 
      border-width: 0; 
      box-shadow: none;
      text-align: center;
      font-family: KozGoPr6N-Medium;
    }
    
    .slot-machine > .slotAndItem{
      width: 300px;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    
    .slot-machine > .slotAndItem>.spotLight{
      background-image: url(../img/slotMachine/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 130%;
      height: 400px;
      position: absolute;
      top: -14%;
      left: -15%;
    
    }
    
    .slot-machine > .slotAndItem> .machineView{
      background-image: url(../img/slotMachine/slotmachine.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 250px;
      height: 270px;
      position: relative;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
    }
    
    
    .slot-machine > .slotAndItem> .machineView> .leaver{
      position: absolute;
      width: 25px;
      height: 68px;
      top: 14%;
      left: 1%;
      cursor: pointer;
      animation: leverMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverImg{
      background-image: url(../img/slotMachine/leaver.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      animation: leverArmMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverNob{
      background-image: url(../img/slotMachine/nob.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 22px;
      height: 22px;
      position: absolute;
      top: -5%;
      animation: leverNobMov 2s 1;
    }

    .slot-machine > .slotAndItem> .machineView> .slot_bottom_intruction{
      position: absolute;
      width: 7vw;
      height: 11vw;
      top: 8%;
      left: -20.4%;
      cursor: pointer;
      animation: slot_bottom_intruction_animation 2s infinite;
    }

    .slot-machine > .slotAndItem> .machineView> .slot_circle_intruction{
      position: absolute;
      width: 10vw;
      height: 10vw;
      top: 9.5%;
      left: -2.5%;
      cursor: pointer;
      animation: slot_circle_intructionAnimation 2s infinite;
    }
  
    
    @keyframes leverMov {
      0% {
        top: 14%;
      }
      60% {
        top: 24.3%;
      }
    
      100% {
        top: 14%;
      }
    }
    
    @keyframes leverArmMov {
      0% {
        height: 100%;
        top:0%
      }
      60% {
        height: 40%;
        width: 110%;
        top: 50%;
        filter: drop-shadow(50px 5px 10px #222);
    
      }
    
      100% {
        height: 100%;
        top: 0%;
      }
    }
    
    @keyframes leverNobMov {
      0% {
        top: -5%;
      }
      60% {
        top: 30%;
        filter: drop-shadow(20px -5px 5px #222);
    
      }
    
      100% {
        top: -5%;
      }
    }
    
    
  
    .slot-machine > .slotAndItem> .machineView> .objects{
      width: 75%;
      height: 80px;
      position: absolute;
      top: 23.2%;
      left: 13%;
      padding-top: 30px;
      
    }
    
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    
    .jSlots-wrapper {
      overflow: hidden;
      height: 20px;
      display: inline-block; /* to size correctly, can use float too, or width*/
      border: none;
    }
    
    .slot {
      width: 100%;
    }
    
    .fancy .jSlots-wrapper {
      overflow: hidden;
      height: 80px;
      width: 100%;
      border: none;
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%;
      justify-items: center;
      
    }
    
    .fancy .slot li {
      width: 100%;
      line-height: 80px;
      text-align: center;
      font-size: 80px;
      color: transparent;
    }
    
    .fancy .slot:first-child li {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    

    .fancy .slot li:nth-child(5) {
      background-image: url("../img/slotMachine/slot/apple.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    .fancy .slot li:nth-child(4) {
      background-image: url("../img/slotMachine/slot/danger.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    .fancy .slot li:nth-child(3) {
      background-image: url("../img/slotMachine/slot/tie.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    .fancy .slot li:nth-child(2) {
      background-image: url("../img/slotMachine/slot/star.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    
    
    .fancy .slot li:nth-child(1) {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
    }
    
    
    .fancy .slot li span {
      display: block;
    }
  }
  
  @media (max-width: 360px){
  
    .slot-machine{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/slotMachine/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 600px;
    }
    
    .slot-machine{
      display: flex;
      flex-direction: column;
      align-items: center;
      background-image: url(../img/slotMachine/background.png);
      background-size: 100% 100%;
      background-position: center;
      width: 100%;
      height: 700px;
    }
    
    .slot-machine>.TopContainer{
      display: flex;
      flex-direction: column;
      width: 90%;
    }
    
    .slot-machine>.TopContainer> .title{
      font-family : KozGoPr6N-Regular;
      font-size: 43px;
      line-height: 40px;
      color : #ffff00;
      margin-right: 0%;
      margin-top: 50px;
      width: 100%;
    }
    
    .slot-machine>.TopContainer> .subText{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: 5px;
      margin-bottom: 0px;
      width: 100%;
      justify-content: flex-end
    }
    
    .slot-machine>.TopContainer>.subText>.text1{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 21.22px;
      letter-spacing: 1.5px;
      color : #ffffff;
      text-align: right;
      font-weight: 500;
  
    }
    
    .slot-machine>.instruction{
      display: flex;
      width: 90%;
      margin-top: 0px;
    }
  
    .slot-machine>.instruction>.content{
      font-family : ShinGo-Medium;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 1.26px;
      color : #FFFFFF;
    }
  
    .slot-machine>.instruction>.content>.highlight{
      color: #ffff00;
    }
    
    
    .slot-machine > .emailForm{
      width: 100%;
      height: auto;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 1;
      margin-bottom: 0px;
    }
    
    
    .slot-machine > .emailForm > .txt{
      font-family : HelveticaNeue;
      font-size : 14px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
      text-align: center;
    }
    
    .slot-machine > .emailForm > .email{
      background-image: url(../img/slotMachine/emailBox.png);
      background-size: 100% 100%;
      width: 250px;
      background-repeat: no-repeat;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .slot-machine > .emailForm > .email input[type=email] {
      width: 100%;
      outline: none;
      background-color: transparent;
      border: none; 
      border-width: 0; 
      box-shadow: none;
      text-align: center;
      font-family: KozGoPr6N-Medium;
      font-size: 12px;
    }
    
    .slot-machine > .slotAndItem{
      width: 250px;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    
    .slot-machine > .slotAndItem>.spotLight{
      background-image: url(../img/slotMachine/spot_light.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      width: 130%;
      height: 400px;
      position: absolute;
      top: -14%;
      left: -15%;
    
    }
    
    .slot-machine > .slotAndItem> .machineView{
      background-image: url(../img/slotMachine/slotmachine.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 200px;
      height: 210px;
      position: relative;
      filter: drop-shadow(50px 20px 40px #000);
      will-change: filter;
-moz-filter: drop-shadow(50px 20px 40px #000);
      -webkit-filter: drop-shadow(50px 20px 40px #000);
    }
    
    
    .slot-machine > .slotAndItem> .machineView> .leaver{
      position: absolute;
      width: 20px;
      height: 58px;
      top: 11.5%;
      left: 1%;
      cursor: pointer;
      animation: leverMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverImg{
      background-image: url(../img/slotMachine/leaver.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      animation: leverArmMov 2s 1;
    }
    
    .slot-machine > .slotAndItem> .machineView> .leaver> .leaverNob{
      background-image: url(../img/slotMachine/nob.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 20px;
      height: 20px;
      position: absolute;
      top: -5%;
      animation: leverNobMov 2s 1;
    }
  
    .slot-machine > .slotAndItem> .machineView> .slot_bottom_intruction{
      position: absolute;
      width: 7vw;
      height: 11vw;
      top: 8%;
      left: -20.4%;
      cursor: pointer;
      animation: slot_bottom_intruction_animation 2s infinite;
    }
    
    .slot-machine > .slotAndItem> .machineView> .slot_circle_intruction{
      position: absolute;
      width: 10vw;
      height: 10vw;
      top: 8%;
      left: -2.5%;
      cursor: pointer;
      animation: slot_circle_intructionAnimation 2s infinite;
    }

    @keyframes leverMov {
      0% {
        top: 11.5%;
      }
      60% {
        top: 24.3%;
      }
    
      100% {
        top: 11.5%;
      }
    }
    
    @keyframes leverArmMov {
      0% {
        height: 100%;
        top:0%
      }
      60% {
        height: 40%;
        width: 110%;
        top: 50%;
        filter: drop-shadow(50px 5px 10px #222);
    
      }
    
      100% {
        height: 100%;
        top: 0%;
      }
    }
    
    @keyframes leverNobMov {
      0% {
        top: -5%;
      }
      60% {
        top: 30%;
        filter: drop-shadow(20px -5px 5px #222);
    
      }
    
      100% {
        top: -5%;
      }
    }
    
    
  
    .slot-machine > .slotAndItem> .machineView> .objects{
      width: 75%;
      height: 50px;
      position: absolute;
      top: 23.2%;
      left: 13%;
      padding-top: 30px;
      
    }
    
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }
    
    .jSlots-wrapper {
      overflow: hidden;
      height: 20px;
      display: inline-block; /* to size correctly, can use float too, or width*/
      border: none;
    }
    
    .slot {
      width: 100%;
    }
    
    .fancy .jSlots-wrapper {
      overflow: hidden;
      height: 50px;
      width: 100%;
      border: none;
      display: grid;
      grid-template-columns: 33.33% 33.33% 33.33%;
      justify-items: center;
      
    }
    
    .fancy .slot li {
      width: 100%;
      line-height: 50px;
      text-align: center;
      font-size: 50px;
      color: transparent;
    }
    
    .fancy .slot:first-child li {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    

    .fancy .slot li:nth-child(5) {
      background-image: url("../img/slotMachine/slot/apple.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    .fancy .slot li:nth-child(4) {
      background-image: url("../img/slotMachine/slot/danger.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    .fancy .slot li:nth-child(3) {
      background-image: url("../img/slotMachine/slot/tie.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    .fancy .slot li:nth-child(2) {
      background-image: url("../img/slotMachine/slot/star.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    
    
    .fancy .slot li:nth-child(1) {
      background-image: url("../img/slotMachine/slot/seven.png");
      background-repeat: no-repeat;
      background-size: 38px 38px;
      background-position: center;
    }
    
    
    .fancy .slot li span {
      display: block;
    }
  }