@charset "UTF-8";
/* Match Height Birdy Theme */

.matchHeightBox {
  position: relative;
  padding-bottom: 70px;
}

.matchHeightBox .floatBtn .button {
  position: absolute;
  bottom: 3%;
  left: 10%;
  width:80%;
}

@media only screen and (max-width: 640px) {

  .matchHeightBox .floatBtn .button {
    left: 7.5%;
    width:85%;
  }

}