.hero:after{
  content:'';
  height:275px;
  width:300px;
  position:absolute;
  right:0px;
  bottom:-125px;
  background:url('https://cdn.webshopapp.com/themes/172241/assets/kado-gold.png?1');
  background-position:right;
  background-repeat:no-repeat;
  background-size:contain;
}

@media screen and (max-width: 1024px){
  body .wrapper .hero:after{
  content:''!important;
  height:275px;
  width:200px;
  position:absolute;
  right:0px;
  bottom:-125px;
  background:url('https://cdn.webshopapp.com/themes/172241/assets/kado-gold.png?1');
  background-position:right;
  background-repeat:no-repeat;
  background-size:contain;
  z-index:2;
}
}



.temp-section{
  position:relative;
}

.temp-section:before{
  content:'';
  height:125%;
  width:50%;
  z-index:-1;
  position:absolute;
  left:0px;
  top:0px;
  background: url('https://cdn.webshopapp.com/themes/172241/assets/links.png?1');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left top;
}

@media screen and (max-width: 1024px){
  .temp-section:before{
    top:60%;
    width:20%;
  }
}
@media screen and (max-width: 767px){
  .temp-section:before{
    top:40%;
  }
}






.supplierwrapper:before{
  content:'';
  height:400px;
  width:500px;
  z-index:1;
  position:absolute;
  right:0px;
  top:-270px;
  background: url('https://cdn.webshopapp.com/themes/172241/assets/kado-rood.png?1');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right top;
}

@media screen and (max-width: 1024px){
  .supplierwrapper:before{
   height:180px;
  width:320px;
    top:-80px;
  }
}


@media screen and (max-width: 767px){
  .supplierwrapper:before{
    top:-120px;
  }
}

.content-section{
position:relative;
}

.content-section:before{
    content:'';
  height:100%;
  width:500px;
  z-index:-1;
  position:absolute;
  right:0px;
  top:0;
  background: url('https://cdn.webshopapp.com/themes/172241/assets/balls-right.png?1');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right top;
}

@media screen and (max-width: 1024px){
  .content-section:before{
  	width:300px;
    top:10%;
  }
}


@media screen and (max-width: 767px){
  .content-section:before{
  	width:220px;
    top:10%;
  }
}


footer{
position:relative;
}
footer:before{
  content:'';
  height:375px;
  width:575px;
  z-index:1;
  position:absolute;
  left:0px;
  bottom:0px;
    background: url('https://cdn.webshopapp.com/themes/172241/assets/kado-full.png?1');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left bottom;
}

@media screen and (max-width: 1024px){
  footer:before{
  	width:285px;
  }
}

