/* Return To Top */

#scroll-down {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fb403a;
  text-align: center;
  padding-top: 25%;
  padding-bottom: 25%;
  margin-left: auto;
  margin-right: auto;
}
#see-it {
  width: 100%;
  height: 100px;
  background-color: #fff;
  text-align: center;
  padding-top: 25%;
  padding-bottom: 25%;
  margin-left: auto;
  margin-right: auto;
}
#try-it {
  width: 100%;
  height: 100px;
  background-color: #e5e5e5;
  text-align: center;
  padding-top: 25%;
  padding-bottom: 25%;
  margin-left: auto;
  margin-right: auto;
}
.scroll-to-top {
  position: fixed;
  /*			background:url(../images/scroll-to-top.png) no-repeat;*/
  cursor: pointer;
  bottom: 1em;
  right: 0px;
  width: 55px;
  height: 55px;
  padding-right: 5em;
  display: none;
  z-index: 1;
}
/* Media Query Mobile*/
@media screen and (max-width: 600px) {
  #scroll-down {
    width: 100%;
    height: 320px;
    background-color: #fb403a;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #see-it {
    width: 100%;
    height: 320px;
    background-color: #fff;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #try-it {
    width: 100%;
    height: 320px;
    background-color: #e5e5e5;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}