
/*HOME PAGE Free Forensic Analysis Button*/

.home-page-free-forensic-analysic-btn{
  position: relative;
  display: inline-block;
  margin: 0 0 0 40px;
}

.home-page-free-forensic-analysic-btn a {
  background: url(/images/freeforensicanalysis-top-banner-btn.png) no-repeat center 0 transparent;
  display: inline-block;
  height: 210px;
  width: 115px;
}

@media screen and (max-width: 980px) {

  .home-page-free-forensic-analysic-btn{
    height: 111px;
    margin: 0 0 120px;
  }

}

/*Slideout Free Forsensic Analysis Button*/

#slideout {
  position: fixed;
  margin: 0px;
  padding: 0px;
  top: 10px;
  right: 0px;
  list-style: none;
  z-index: 9999;
  top: 500px;
}

#slideout .slide {
  width: 100px;
}

#slideout .slide a {
  display: block;
  margin-left: 0px;
  width: 285px;
  height: 113px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#slideout .slide a {
  background-image: url(/images/freeforensicanalysis-btn.png);
  transition: none;
}

@media screen and (max-width: 1280px) {
  #slideout {
    top: 400px;
  }

  #slideout .slide {
    width: 70px;
  }

  #slideout .slide a {
    width: 200px;
  }
}

@media screen and (max-width: 520px) {
  #slideout {
    top: 400px;
  }

  #slideout .slide {
    width: 60px;
  }

  #slideout .slide a {
    width: 170px;
  }
}
