.hover_bd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 5px solid #fff;
}

.hover_bd:hover {
  border-color: #000;
}

.hover_bd * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover_inverse {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover_inverse:hover {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.hover_gray {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover_gray:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.hover_shadow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover_shadow:hover {
  -webkit-filter: drop-shadow(5px 5px 3px #000);
          filter: drop-shadow(5px 5px 3px #000);
}

.hover_bd_move {
  position: relative;
  border: 0;
}

.hover_bd_move span {
  position: absolute;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hover_bd_move span:nth-child(1) {
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
}

.hover_bd_move span:nth-child(2) {
  right: 0;
  top: 0;
  width: 5px;
  height: 0;
}

.hover_bd_move span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
}

.hover_bd_move span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
}

.hover_bd_move:hover span:nth-child(1) {
  width: 100%;
}

.hover_bd_move:hover span:nth-child(2) {
  height: 100%;
}

.hover_bd_move:hover span:nth-child(3) {
  width: 100%;
}

.hover_bd_move:hover span:nth-child(4) {
  height: 100%;
}

.hover_bd_move_order {
  position: relative;
  border: 0;
}

.hover_bd_move_order span {
  position: absolute;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover_bd_move_order span:nth-child(1) {
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
}

.hover_bd_move_order span:nth-child(2) {
  right: 0;
  top: 0;
  width: 5px;
  height: 0;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.hover_bd_move_order span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.hover_bd_move_order span:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.hover_bd_move_order:hover span:nth-child(1) {
  width: 100%;
}

.hover_bd_move_order:hover span:nth-child(2) {
  height: 100%;
}

.hover_bd_move_order:hover span:nth-child(3) {
  width: 100%;
}

.hover_bd_move_order:hover span:nth-child(4) {
  height: 100%;
}

.hover_bdb_move {
  border: 0;
  position: relative;
}

.hover_bdb_move span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hover_bdb_move:hover span {
  width: 100%;
}

.hover_bdb_move_over {
  border: 0;
  position: relative;
  overflow: hidden;
}

.hover_bdb_move_over span {
  position: absolute;
  left: -90%;
  bottom: 0;
  width: 90%;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.hover_bdb_move_over:hover span {
  left: 100%;
}

.hover_square_zoom {
  position: relative;
  background-size: 100%;
  overflow: hidden;
}

.hover_square_zoom > a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  /* -webkit-box-pack: center;
                -ms-flex-pack: center;
          justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
          align-items: center; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hover_square_zoom::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.hover_square_zoom:hover {
  /*background-size: 105%;*/
}

/* .hover_square_zoom:hover >  a div {
  width: 90%;
  height: 90%;
  margin: 5%;
  background-color: rgba(200, 170, 120, 0.5);
  opacity: 1;
} */

/* .hover_square_zoom:hover >  a div > h2, .hover_square_zoom:hover >  a div > p{
  color: #fff;
} */

.hover_square_zoom_2 {
  position: relative;
  background-size: 100%;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.hover_square_zoom_2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* .hover_square_zoom_2 > div > * {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
} */

.hover_square_zoom_2::before {
  content: '';
  display: block;
  padding-top: 100%;
}

/* .hover_square_zoom_2:hover {
  background-size: 120%;
}
 */
/* .hover_square_zoom_2:hover > div {
  width: 90%;
  height: 90%;
  margin: 5%;
  background-color: rgba(0, 0, 0, 0.6);
} */


.hover_square_zoom_2> div {
  width: 90%;
  height: 90%;
  margin: 5%;
  background-color: rgba(0, 0, 0, 0.45);
}

/* .hover_square_zoom_2 > div > * {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  color: #fff;
} */
/*# sourceMappingURL=ani_hover.css.map */