@charset "utf-8";

.bg-head{
  position: absolute;
  top: -1%;
  left: -1%;
  margin: auto;
  padding: 0;
  width: 102%;
  height: 102%;
  pointer-events: none;
  z-index: -1;
}

.roulette-bg{
  position: relative;
  margin: auto;
  padding: 0 0 0;
  width: 96%;
  max-width: 88rem;
  display: block;
  overflow: hidden;
  border-radius: 2em;
  z-index: 1;  
  background-color: beige;  
  background: url(/sample/img/roulette_bg_foot_01.svg) bottom center no-repeat beige;
  background-size: 100%;
}

.roulette-bg .ducks{
  position: relative;
  margin: -2em auto 0;
  padding: 0;
  width: 100%;
  max-width: 60rem;
  display: block;
  z-index: 100;
}

.roulette-bg:before{
  position: absolute;
  top: -1%;
  left: -1%;
  margin: auto;
  padding: 0;
  width: 102%;
  height: 102%;  
  background: url(/sample/img/roulette_bg_left.svg) top center no-repeat;
  background-size: 100%;
  content: "";
  pointer-events: none;
  z-index: -1;
}

.roulette-bg:after{
  position: absolute;
  top: -1%;
  right: -1%;
  margin: auto;
  padding: 0;
  width: 102%;
  height: 102%;  
  background: url(/sample/img/roulette_bg_right.svg) top center no-repeat;
  background-size: 100%;
  content: "";
  pointer-events: none;
  z-index: -2;
}

div.roulette-image {
  position: relative;
  margin: auto;
  padding: 16% 0 0;  
  width: 68%;
  max-width: 28rem;
  display: block;
  z-index: 100;
}

div.roulette-container {
  position: relative;
  margin: auto;
  padding: 142.85% 0 0;  
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-color:rgb(253, 252, 253);
  box-shadow: 0 0 0.4rem rgba(0,0,0,.2);
}

div.roulette-container .roulette{
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;  
  width: 100%;
  height: 100%;
}

div.roulette-container .down-load{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0.5em;
  width: 100%;
  max-width: 30rem;
  height: 5rem;
  display: none;
  border-radius: 2em;
  border: solid #fff 0.2rem;
  background: rgb(255,153,0);
  background: linear-gradient(180deg, rgba(255,153,0,1) 0%, rgba(255,102,0,1) 100%); 
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
  z-index: 1000;
  cursor: pointer;
}

div.roulette { display: none;}



@media screen and (max-width: 767px) {

.roulette-bg:before{
  top: -2%;
  left: -4%;
  width: 120%;
  height: 120%;  
}

.roulette-bg:after{
  top: -2%;
  right: -4%;
  width: 120%;
  height: 120%;  
}


}/* End max 767 */



@media screen and (max-width: 580px) {

.roulette-bg:before{
  top: -4%;
  left: -8%;
  width: 140%;
  height: 140%;  
}

.roulette-bg:after{
  top: -4%;
  right: -8%;
  width: 140%;
  height: 140%;  
}

div.roulette-image { padding: 18% 0 0;}

}/* End max 580 */



@media screen and (max-width: 480px) {

.roulette-bg:before{
  top: -3%;
  left: -10%;
  width: 140%;
  height: 140%;  
}

.roulette-bg:after{
  top: -3%;
  right: -10%;
  width: 140%;
  height: 140%;  
}

}/* End max 480 */

