.video-button-wrapper {
  margin-top: 1.5em;
  text-align: center;
}
.video-button-wrapper a {
  display: inline-block;
  border: 1px solid #725b50;
  color: #3f302f;
  font-family: 'Handlee', arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  margin: 0 auto 1em auto;
  padding: .4em 3em .3em;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 5px;
}
.video-button-wrapper a .glyphicon {
  font-size: 1.8rem;
  margin-right: .5em;
}
.video-button-wrapper a:hover {
  text-decoration: none;
  background: rgba(63, 48, 47, 0.15);
}
.video-button-wrapper .button-red {
  border: 1px solid #552628;
  background: #552628;
  color: #b5a697;
  border-radius: 5px;
}
.video-button-wrapper .button-red:hover {
  background: #672e30;
  color: #b5a697;
}
.video-button-wrapper .button-green {
  border: 1px solid #9b9558;
  background: #9b9558;
  color: #b5a697;
  border-radius: 5px;
}
.video-button-wrapper .button-green:hover {
  background: #a8a265;
  color: #b5a697;
}
.video-button-wrapper .button-blue {
  border: 1px solid #5e7899;
  background: #5e7899;
  color: #b5a697;
  border-radius: 5px;
}
.video-button-wrapper .button-blue:hover {
  background: #6c85a5;
  color: #b5a697;
}
.video-button-wrapper .button-dark-brown {
  border: 1px solid #3f302f;
  background: #3f302f;
  color: #b5a697;
  border-radius: 5px;
}
.video-button-wrapper .button-dark-brown:hover {
  background: #4e3b3a;
  color: #b5a697;
}
.button-align-middle {
  text-align: center;
}
.button-align-left {
  text-align: left;
}
.button-align-right {
  text-align: right;
}
.button-align-full {
  text-align: center;
  display: block;
}
.button-align-full a {
  display: block;
}
.button-ghost {
  background: transparent;
  border: 1px solid #999;
  color: #999;
  display: inline-block;
  font-size: 1.8rem;
  margin: .4em 0;
  max-width: 100%;
  padding: .34em 1.7em .14em 1.7em;
  white-space: normal;
  border-radius: 5px;
}
.button-ghost:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
