a.home-btn-wh-wide {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  width: 100%;
  font-size: 100%;
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em;
  margin: 10px;
  transition: all 0.7s;
}
a.home-btn-wh-wide:visited {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.home-btn-wh-wide:active {
  background: transparent;
  color: #333333;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.home-btn-wh-wide:hover {
  background: transparent;
  box-shadow: 0 0 0 300px #ffffff inset;
  border-color: #ffffff;
  color: #333333;
  text-decoration: none;
  opacity: 1;
}


