.elevator {
  bottom: 35px;
  display: none;
  height: 55px;
  position: fixed;
  right: 12px;
  width: 55px;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
	transition: opacity .2s ease-in;
}

.elevator:hover {
  opacity: 0.7;
}

.elevator div {
	    display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
		width: 100%;
}

.elevator i {
  color: #fff;
  font-size: 16px;
}
