@font-face {
    font-family: "Noticia";
    src: url("/fonts/Noticia-Bold.otf");
    font-weight: 600;
}

body {
  margin: 0; }

#main {
  display: flex;
  justify-content: center;
  align-items: center; }

.mobile-gif {
  width: 400px;
  height: 724px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.mobile-gif video {
    object-fit: cover;
  /*width: auto;*/
  height: 100%; 
}

.desktop-gif {
  height: 724px;
  text-align: center;
  cursor: pointer;
}

.bg-image {
  position: relative;
  z-index: 2;
}

.customBtnContainer {
  top: 92.5%;
  left: 31%;
  z-index: 2;
}

.customVideoContainer {
  top: 107%;
  left: 20px;
  right: 20px;
  z-index: 3;
  /*  width: 10%;*/
}

.customVideoContainer video {
  width: 100%;
  height: 635px; 
  border-radius: 30px;
  border: 4px solid #5370c6;
}

.muteBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #fcbf00;
  border: 3px solid #cb9a1f;
  color: #fff;
  border-radius: 50px;
  box-shadow: 1px 1px 6px 0px #cb9a1f;
}

.moreBtn {
  background-color: #fcbf00;
  border: 5px solid #cb9a1f;
  border-top: 5px solid #f4f9ff;
  border-left: 5px solid #ffdb77;
  color: #000;
  border-radius: 0;
  padding: 3px 24px;
  font-size: 25px;
  font-weight: 600;
  font-family: "Noticia";
}

.moreBtn span {
  vertical-align: sub;
}

.moreBtn:hover {
  background-color: #fcbf00!important;
  border: 5px solid #cb9a1f!important;
  color: #000!important;
}

.moreBtn .fa-angle-up {
  color: #ff8201;
}

@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  /* iOS device styles here */
  .customVideoContainer {
    top: 51.5%;
    left: 20px!important;
    right: 20px!important;
    /*  width: 10%;*/
  }
}

@media (max-width: 767px) {
  #main {
    /* height: 100%; */
    background-color: #18202a;
    display: block; 
  }

  .mobile-gif {
    display: block;
    position: relative;
/*    width: 100%;*/
    height: auto;
    margin: auto;
    /* padding-bottom: 56.25%;  */
  }
    
  /*.mobile-gif video {
    width: 100%;
    height: auto;
    object-fit: cover; 
  } */

  .customBtnContainer {
    top: 44.5%;
    left: 31%;
  }

  .customVideoContainer {
    top: 51.5%;
    left: 20px;
    /*  width: 10%;*/
  }

  .moreBtn {
/*    font-size: 18px;*/
/*    font-weight: bold;*/
  }

  #scratch-card-container {
    width: 270px;
  }
}

@media (max-width: 400px) {
  #scratch-card-container {
    width: 68vw;
  }

  .mobile-gif {
    width: 100%;
  }
}

@media only screen and (max-device-width: 380px) and (-webkit-min-device-pixel-ratio: 2) {
  /* iOS device styles here */
  .customVideoContainer video {
      width: 90%!important;
      height: 600px; 
    }
}

@media (max-width: 380px) {
  .customVideoContainer {
    top: 51.5%;
    left: 0!important;
    right: 0!important;
    /*  width: 10%;*/
  }
  
  .customVideoContainer video {
      width: 100%;
      height: 600px; 
    }
}

/*@media (max-width: 395px) {
  #scratch-card-container {
    width: 265px;
  }
}

@media (max-width: 390px) {
  #scratch-card-container {
    width: 265px;
  }
}

@media (max-width: 380px) {
  #scratch-card-container {
    width: 252px;
  }
}*/