
.power_of_nature_pager{
  display:block;
  position:fixed;
  bottom:90px;
  left:10px;
  z-index:300;
  width:42px;
  height:42px;
  border-radius:50%;
  background-image:url("../img/pager_arrow.png");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:50%;
  background-color:rgba(255,255,255,0.35);
}

@media screen and (min-width: 1141px) {
	.power_of_nature_pager{
    display:none;
  }
}
