
/* PAGE STRUCTURE */
* { box-sizing: border-box;
}

html, body {
  background-color: #e5e5e5;
  font-family: 'Montserrat', verdana, sans-serif;
  font-size: 16px;
  /*max-width: 2100px;*/
  margin: 0 auto;
  padding: 0;
  height:100%;
  width:100%;
}

p, a{
margin: 0;
padding: 0;
}

a{
  text-decoration: none;
}

a:hover  {
	background: #a2224e;
	color:#FFFFFF;
}
/* MAIN BLOCKS FOR PAGE USING FLEX  - FLEX MAKES PAGE CONTENT AUTO RESIZE*/


/*START*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul{
  font-weight:normal;
  padding:0;
  margin:0 auto;
}

ol, ul{
  list-style:none;
  color:#fff;
}

img{
	/*display:block;*/
	/*width:100%;*/
}

a{
	text-decoration:none;
	color:inherit;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper{
	background-color:#ffffff;
	margin:0 auto;
	/*max-width:100%;*/
	width:100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	max-width: 1920px;
	padding: 0;
}
/* END Sticky Top Panel*/
.sticky-wrapper{
	/*background-color:#c42957;
	margin:0 auto;
	max-width:100%;
	width:100%;*/
}

.wrapper header,
.wrapper section,
.wrapper footer{
	width:100%;
}

.wrapper section,
.wrapper footer{
	position:relative;
}

.wrapper header .sub-wrapper,
.wrapper section .sub-wrapper,
.wrapper footer .sub-wrapper{
	padding:5px 20px;
}


header{
	border:0 solid #cc0000;
	box-shadow:0 0 10px #6c6c6c;
	position:sticky;
	height:auto;
	z-index:9;
	top:0;
}

.sticky-copy{
	color:#fff!important;
}

.logo{
	background-color:#fff;
	width:100%;
}

main{
	margin-bottom:24px;
	/*margin-top:75px;*/
}

.logo-img{
    width: 203px;
}


.sticky-ul{
    text-align: center;
    height: 77px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sticky-ul li{
    line-height: 0px;
	padding: 0px;
    width: 26%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sticky-ul-offset{
    /* position: relative; */
    /* transform: translateY(-50%); */
    /* display: block; */
    /* margin: 0 auto; */
    /* top: 50%; */
}

.cta:hover{
	background-color:#c42957;
}

.cta-stick{
	outline:none;
	background-color:white;
	border:2px solid #ffffff;
	border-radius:40px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	position:relative;
	width:76%;
	max-width:166px;
	font-size:1.34em;
	line-height:12px;
	padding:12px;
	cursor:pointer;
	color:#C42856;
}
/* END Sticky Top Panel*/


main,  footer{
  width: 100%
}

/*BANNER LAYOUT */
header{
  background: #C42856;
  width: 100%;
}

.main-logo{
  width: 200px;
  height: 77px;
}

.main-logo img{
  width:100%;
}

.header-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 70px;
}

.main-cta a{
  width: 228px;
  height: 50px;
  border-radius: 25px;
  opacity: 1;
  outline: none;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #C42856;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}

/*NEW BTC Block*/
.new-btc-block{
	width: 100%;
	background-color: #881c1d;
	margin: 0 auto;
	padding: 0px;
	line-height:0px;
}

.btc-desktop{
	margin: 0 auto;
	text-align:center;
}

.btc-desktop img{
	width:100%;
}

.btc-mobile{
	display:none;
}

.nohov:hover{
	text-decoration:none !important;
	box-shadow: none;
	background-color:#881c1d;
}

/*END NEW BTC Block*/

/*FOOTER */

.footersection{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-evenly;
 background-color: #FFF;
 max-width:78%;
 margin:0 auto;
}

.affiliates-footer{
  margin: 10px;
}

.affiliates-footer img{
  width:100%;
}

.legal-footer{
  font-size:  18px;
  text-align: center;
  font-weight: bold;
  color: #939393;
  width:80%;
  padding: 10px;

}
/*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/
.welcome-bonus {
 display: flex;
 justify-content: space-around;
 align-items: center;
 width: 100%;
}

.welcome-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.welcome-container-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome-copy{
  color: #fff;
  text-transform: uppercase;
  margin: 40px;
  text-align: center;
}

.welcome-cta{
  align-items: center;
  margin: 0 auto;
}

.hv-welcome-cta{
	width: 336px;
  height: 76px;
  border-radius: 54px;
  opacity: 1;
  outline: none;
  background-color: #C42856;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 27px;
  padding:20px 30px;
}

.hv-welcome-cta:hover{
	background-color: #ffffff;
	color: #C42856;
	transition: all 0.4s ease 0s;
	border-radius: 54px;
}

.welcome-img img{
  width: 100%;
}
.trust-points img{
  width: 100%;

}
.trust-points {
  margin-top: 45px;
}

/*CARD SECTION - MIDDLE BLOCK ON PAGE*/
.cardsection{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-evenly;
 margin-top:100px;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin:20px;
  /*width: 100%;*/
}

.card-holder{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}



.game-cards img{
  width: 100%;
}
.card-cta{
  width: 209px;
  height: 47px;
  border-radius: 25px;
  outline: none;
  background-color: #C42856;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  margin: 20px;
  padding: 15px;
}

.cta-more-games{
  align-items: center;	
  margin-top:75px;
}


.more-games{
  width: 380px;
  height: 76px;
  border-radius: 54px;
  opacity: 1;
  outline: none;
  background-color: #C42856;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  padding:20px 30px;
}


.more-games:hover{
	background-color: #ffffff;
	color: #C42856;
	transition: all 0.4s ease 0s;
	border-radius: 54px;
}


/*BITCOIN SECTION - LAST BLOCK ON PAGE*/
.bitcoin {
  background-color: #0B8DA5;
  /*width:100%;*/
  /*max-width:78.03%;*/
  margin: 0 auto;
}

.bitcoin-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.bitcoin-container-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bitcoin-benefits-img img{
  width: 100%;
}

.bitcoin-img img{
  width: 100%;
}

/*DESKTOP LAYOUT STARTING FROM 1920px*/

/*BANNER OVERLAY*/

  .banner-container{
    background-image: url('url-images/purple-wave.svg'), url('url-images/dktp-bg-topoct6.jpg');
    background-position: bottom, top;
    background-repeat: no-repeat, no-repeat;
              background-size: 2220px 800px, 2014px 810px;
              padding:25px;
              height:1495px;
              width: 100%;
  }
  
  .blk3-btc{
	  padding:0;
	  width: 100%;
  }

/*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

.welcome-copy-text-top{
font-size: 40px;
color: #FFFFFF;
}

.welcome-copy-text-bottom{
font-size: 40px;
color: #FFFFFF;
}

.welcome-copy-value{
font-size: 150px;
font-weight: bold;
color: #FFFFFF;
}
.welcome-img{
  width: 416px;
  height: 626px;
}

.trust-points{
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.trust-point-one{
position: absolute;
bottom: 25px;
left: 25px;
max-width: 180px;

}

.trust-point-two{
position: absolute;
bottom: 25px;
left: 281px;
max-width: 180px;
}

.trust-point-three{
position: absolute;
bottom: 25px;
right: 31px;
max-width: 180px;
}
/*CARD SECTION - MIDDLE BLOCK ON PAGE*/

.card-title-text {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  padding: 10px;
  margin:10px;
  width:696px;
}

.card-holder{
  margin: 20px;
}

.game-card-one {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card1-oct6.jpg');
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}


.card-holder:hover .game-card-one,
.card-holder:focus .game-card-one {
  opacity: 0.6;
}

.game-card-two {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card2-oct7.jpg') ;
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-two,
.card-holder:focus .game-card-two {
  opacity: 0.6;
}

.game-card-three {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card3-oct7.jpg') ;
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-three,
.card-holder:focus .game-card-three {
  opacity: 0.6;
}

.game-card-four {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card4-oct7.jpg') ;
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-four,
.card-holder:focus .game-card-four {
  opacity: 0.6;
}

.game-card-five {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card5-oct6.jpg') ;
	background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-five,
.card-holder:focus .game-card-five {
  opacity: 0.6;
}

/*Mobile Cards*/
.mob-only{
	display: none;
}
.game-card-six {
    width: 258px;
    height: 239px;
    background-image: url('url-images/card6.jpg') ;
    background-size: cover;
    background-position: center;
    position:relative;
    border: 1px solid #707070;
    border-radius: 36px;
    cursor: pointer;
}

.card-holder:hover .game-card-six,
.card-holder:focus .game-card-six {
  opacity: 0.6;
}
/*END Mobile Cards*/



  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/
.bitcoin-img{
  width: 430px;
  height: 474px;
}

.bitcoin-title{
color: #fff;
text-transform: uppercase;
text-align: center;
font-size: 40px;
width:546px;
margin: 20px;
padding: 10px;
}

.bitcoin-benefits{
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.benefits-one{
position: absolute;
bottom: 18px;
left: 20px;
max-width: 180px;

}

.benefits-two{
position: absolute;
bottom: 18px;
left: 289px;
max-width: 180px;
}

.benefits-three{
position: absolute;
bottom: 18px;
right: 50px;
max-width: 180px;
}

.btc-mobilebenefits{
	display:none;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.benefits-cta{
  margin:40px;
}

.btm-benefits-cta{
  width: 520px;
  height: 80px;
  border-radius: 54px;
  opacity: 1;
  outline: none;
  background-color: #C42856;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 27px;
  padding: 20px 30px;
}

.btm-benefits-cta:hover{
	background-color: #ffffff;
	color: #C42856;
	transition: all 0.4s ease 0s;
	border-radius: 54px;
}

@media only screen and (max-width:1580px) {


  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-copy-text-top, .welcome-copy-text-bottom{
  font-size: 38px;
  }


  .welcome-copy-value{
  font-size: 148px;
  }

  .welcome-cta{
    width: 296px;
    height: 64px;
    font-size: 22px;
    margin:10px;
  }

  .welcome-img{
    width: 416px;
    height: 626px;
  }

  .trust-points{
    font-size: 12px;
    width:614px;
    margin-top:65px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:209px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/

  .card-title-text {
    font-size: 38px;
    margin:25px;
  }

  .card-holder{
    margin: 10px;
  }



.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 208px;
  height: 170px;
}

.card-cta{
  width:190px;
  height:47px;
  margin:15px;
}


  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-title{
font-size: 38px;
}

.bitcoin-benefits{
  font-size: 12px;
  width: 602px;

}

.benefits-one{
bottom: 25px;
left: 2px;

}

.benefits-two{
bottom: 23px;
left: 206px;
}

.benefits-three{
position: absolute;
bottom: 25px;
right: 18px;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  width: 451px;
  height: 65px;
  font-size: 22px;
  font-weight: bold;
}

.legal-footer{
  font-size:  12px;
}


@media only screen and (max-width:1279px) {

  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-copy-text-top, .welcome-copy-text-bottom{
  font-size: 30px;
  }


  .welcome-copy-value{
  font-size: 130px;
  }

  .welcome-cta{
    width: 256px;
    height: 64px;
    font-size: 20px;
    margin:10px;
  }

  .welcome-img{
    width: 416px;
    /*height: 168px;*/
  }

  .trust-points{
    font-size: 11px;
    width:540px;
    margin-top:121px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:164px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/
.cardsection{
  margin-top:125px;
}
  .card-title-text {
    font-size: 36px;
    margin:25px;
  }

  .card-holder{
    margin: 10px;
  }

.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 175px;
  height: 145px;
}

.card-cta{
  width:145px;
  height:47px;
  margin:15px;
  font-size: 15px;
}

.more-games{
  font-size: 22px;
}

  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-title{
font-size: 36px;
}

.bitcoin-benefits{
  font-size: 11px;
  width: 540px;

}

.benefits-one{
bottom: 25px;
left: 2px;

}

.benefits-two{
bottom: 40px;
left: 172px;
}

.benefits-three{
position: absolute;
bottom: 25px;
right: 5px;
}

.btc-mobiletxt-one{
	display:none;
}

.btc-mobiletxt-two{
	display:none;
}

.btc-mobiletxt-three{
	display:none;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  font-size: 20px;
}

.legal-footer{
  font-size:  11px;
}

}


@media only screen and (max-width:1049px) {
  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-copy-text-top, .welcome-copy-text-bottom{
  font-size: 25px;
  }

  .welcome-copy-value{
  font-size: 110px;
  }

  .welcome-cta{
    width: 220px;
    height: 64px;
    font-size: 18px;
    margin:10px;
  }

  .welcome-img{
    width: 275px;
    /*height: 168px;*/
  }

  .trust-points{
    font-size: 11px;
    width:476px;
    margin-top:75px;
  }

  .trust-point-one{
  position: absolute;
  bottom: 20px;
  left:0;
  max-width: 140px;
  }

  .trust-point-two{
  position: absolute;
  bottom: 20px;
  left:164px;
  max-width: 140px;
  }

  .trust-point-three{
  position: absolute;
  bottom: 20px;
  right:10px;
  max-width: 140px;
  }

  /*CARD SECTION - MIDDLE BLOCK ON PAGE*/
  .banner-container {
    background-size: 2220px 640px, 1920px 810px;
    padding: 25px;
    height: auto;
    width: 100%;
  }

.cardsection{
  margin-top:125px;
}
  .card-title-text {
    font-size: 34px;
    margin:25px;
  }

  .card-holder{
    margin: 10px;
  }


.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
  width: 152px;
  height: 140px;
}

.card-cta{
  width:117px;
  height:47px;
  margin:15px;
  font-size: 12px;
}

.more-games{
  font-size: 20px;
}


  /*BITCOIN SECTION - LAST BLOCK ON PAGE*/
  
 .blk3-btc{
	  padding:0;
	  width: 100%;
  }

.bitcoin-title{
font-size: 34px;
}

.bitcoin-benefits{
  font-size: 11px;
  width: 476px;

}

.benefits-one{
bottom: 22px;
left: 2px;
max-width: 140px;

}

.benefits-two{
bottom: 25px;
left: 161px;
max-width: 140px;
}

.benefits-three{
position: absolute;
bottom: 21px;
right: 13px;
max-width: 140px;
}

.btc-mobilebenefits{
	display:none;
}

.benefits-cta{
  font-size: 18px;
}

.legal-footer{
  font-size:  10px;
}

}

@media only screen and (max-width:979px) {
    /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/
	
	.sticky-copy{
		display:none !important;
	}
	
	.logo-img{
		width:100%;
		height:auto;
	}
	
	.sticky-ul{
	height:auto;
}
	
	.cta-stick{
		font-size:1.20em;
		width:85%;
	}
	
.welcome-container{
    flex-direction: column-reverse;
  }
  
   .banner-container {
    background-size: 2220px 684px, 1920px 855px;
    padding: 25px;
    height: 1440px;
    width: 100%;
  }
  
  .welcome-container-left{
  margin-top: 180px;
}

  .welcome-img{
    display: block;
    width: 180px;
    /*height: 228px;*/
    position: absolute;
    top: 4px;
}

.cardsection{
	margin-top:77px;
}

.trust-points{
  font-size: 11px;
  width:476px;
  margin-top:25px;
}



    .bitcoin-img{
      display: none;
}
.btc-mobilebenefits{
	display:none;
}

.card-title-text{
	margin: 0 auto;
	width: 90%;
	font-size:22px;
}


}



@media only screen and (max-width:668px) {
  /*BANNER SECTION*/
.logo-img{
		width:75%;
		height:auto;
	}
	
.sticky-ul{
	height:auto;
}
	
	.cta-stick{
		font-size:16px;
		width:80%;
	}
	
  .banner-container{
    background-size: 1940px 667px, 2002px 755px;
    height: 1300px;
  }
  /*WELCOME BONUS SECTION - FIRST BLOCK ON PAGE*/

  .welcome-container{
    flex-direction: column-reverse;
  }

.welcome-container-left{
  margin-top: 150px;
}

  .welcome-img{
    display: block;
    width: 152px;
    /*height: 228px;*/
    position: absolute;
    top: 0px;
   /* right: 100px;*/
}
.welcome-copy-text-top, .welcome-copy-text-bottom{
font-size: 18px;
}


.welcome-copy-value{
font-size: 63px;
}

.welcome-cta{
  /*display: none;*/
}

.trust-points{
  margin-top: 26px;
}

.cardsection {
	margin-top:50px;
}

.card-title{
	width:70%;
}

.card-title-text{
	margin:0 auto;
	width:100%;
	font-size: 22px;
}

.card-cta{
	display:none;
}

/*Mobile Cards*/
.mob-only{
	display: inline;
}
/*Mobile Cards*/

/*BITCOIN SECTION - LAST BLOCK ON PAGE*/

.bitcoin-benefits {
    font-size: 13px;
	width:320px;
}
.bitcoin-container-right {
    margin-bottom: 85px;
	width:100%;
}

.bitcoin-benefits-img,.benefits-one, .benefits-two, .benefits-three, .benefits-cta {
	display:none;
}

.btc-mobilebenefits{
	display:block;
	width:100%;
}

.btc-mobiletxt-one{
  position: absolute;
  bottom: 114px;
  left: 90px;
  max-width: 140px;
  display: inline;
}

.btc-mobiletxt-two{
  position: absolute;
  bottom: -21px;
  left: 16px;
  max-width: 140px;
  display: inline;
}

.btc-mobiletxt-three{
  position: absolute;
  bottom: -16px;
  right: 7px;
  max-width: 140px;
  display: inline;
}

.bitcoin-title{
	margin:0 auto;
	width:80%;
	font-size: 22px;
}

.more-games{
	height: 65px;
}
}

@media only screen and (max-width:604px) {
	.logo-img{
		width:75%;
	}
	
	.cta-stick{
		font-size:15px;
		width:80%;
	}
	
  .banner-container{
    background-size: 1940px 644px, 2002px 755px;
    height: 1290px;
  }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 142px;
    height: 132px;
}	
	
		
}


@media only screen and (max-width:573px), screen and (max-width:506px) {
	
	.sticky-ul li{
		width:41%;
	}
	
 .banner-container{
    background-size: 1940px 621px, 2002px 755px;
    height: 1272px;
  }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 118px;
    height: 108px;
}	
	
		
}



@media only screen and (max-width:479px), screen and (max-width:463px) {
	.sticky-ul li{
		width:41%;
	}
	
.header-wrapper{
	margin: 0 25px;
}

.main-cta a{
	width: 143px;
	font-size: 10px;
}

img {max-width:100%;}	

.btc-desktop{
	display:none;
}

.btc-mobile{
	display:block;
	width: 100%;
	text-align:center;
}

 .banner-container{
    background-size: 1940px 657px, 2002px 755px;
    height: auto;
  }
 
 .trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: -8px;
 }
 
 .trust-point-two{
	 left: 129px;
 }
 
 .trust-point-three{
	 right: -2px;
 }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 108px;
    height: 100px;
}	

@media only screen and (max-width:449px),screen and (max-width:439px),screen and (max-width:430px) {
	.sticky-ul li{
		width:41%;
	}
	
.header-wrapper{
	margin: 0 25px;
}

.main-cta a{
	width: 143px;
	font-size: 10px;
}

 .banner-container{
    background-size: 1940px 706px, 2002px 755px;
    height: 1350px;
  }
  

 .trust-points img{
	 width:100%;
	 height:100px;
 }
 .trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: 0px;	
	width:30%;
	top:61px;
 }
 
 .trust-point-two{
	 left: 126px;
	 width:30%;
	 top:61px;
 }
 
 .trust-point-three{
	 right: 6px;
	 width:30%;
	 top:61px;
 }
	
.game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 108px;
    height: 100px;
}
	
		
}



@media only screen and (max-width:366px), screen and (max-width:345px), screen and (max-width:339px){
	.logo-img{
		width:95%;
	}
	
	.sticky-ul li{
		width:41%;
	}
	
	.header-wrapper{
	margin: 0 25px;
}

	.main-logo{
	width:65%;
	height:auto;
}

	.main-logo img{
	width:90%;
}

	.main-cta{
	width: 36%;
	font-size:12px;
}

	.main-cta a{
	font-size:8px;
}

 .banner-container{
    background-size: 1940px 724px, 2002px 765px;
    height: 1350px;
  }
  
 .card-title{
	width:90%;
}

.card-title-text{
	margin:0 auto;
	width:100%;
	font-size: 18px;
}
  
  .game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 103px;
    height: 97px;
}

	.trust-points{
	 width:100%;
	 font-size:9px;
 }
 
 .trust-point-one{
	 left: 0px;	
	width:30%;
	top:60px;
 }
 
 .trust-point-two{
	 left: 115px;
	 width:30%;
	 top:60px;
 }
 
 .trust-point-three{
	 right: 18px;
	 width:25%;
	 top:60px;
 }
 
 .bitcoin-title{
	margin: 0 auto;
	width: 65%;
	font-size: 20px;
 }
 
 .more-games{
	 width:301px;
	 height:65px;
 }
}

@media only screen and (max-width:338px), screen and (max-width:322px){
	
	.banner-container{
    background-size: 1940px 704px, 2002px 814px;
    height: 1350px;
  }
  
 .card-title{
	width:100%;
}

.card-title-text{
	margin:0 auto;
	width:100%;
	font-size: 18px;
}
  
  .game-card-one, .game-card-two, .game-card-three, .game-card-four, .game-card-five, .game-card-six{
	   width: 95px;
    height: 90px;
}

}