/* CSS Document */
/* CSS Document */
.wh100 {
  width: 100%;
  height: 100%;
}

.complete-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pseudo-class {
  content: "";
  position: absolute;
}

.load-more {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  overflow: hidden;
}

.load-more .load-more--button {
  outline: none;
  margin: 0;
  padding: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.load-more .load-more--button img {
  width: 200px;
  /* position: absolute; */
}

.load-more--button:hover {
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}
/*# sourceMappingURL=load-more.min.css.map */