@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:9000");
.block {
  background-color: #fff;
}
.block > div {
  display: inline-block;
  vertical-align: middle;
  margin: 12px;
}

.animated-visual-01 {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .25s;
}
.animated-visual-01 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .25s;
}
.animated-visual-01:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.animated-visual-01:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.animated-visual-02 {
  position: relative;
  overflow: hidden;
}
.animated-visual-02::before, .animated-visual-02::after {
  content: "";
  position: absolute;
  transition: all .25s;
}
.animated-visual-02:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.animated-visual-02::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  border: 1px solid #fff;
}
.animated-visual-02 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .25s;
}
.animated-visual-02:hover::before {
  background: rgba(0, 0, 0, 0);
}
.animated-visual-02:hover::after {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.animated-visual-02:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.animated-visual-03 {
  position: relative;
  overflow: hidden;
}
.animated-visual-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0 solid rgba(0, 0, 0, 0.5);
  transition: all .25s;
}
.animated-visual-03 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .25s;
}
.animated-visual-03:hover::before {
  border-width: 20px;
}
.animated-visual-03:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animated-visual-04 {
  position: relative;
  overflow: hidden;
}
.animated-visual-04::after, .animated-visual-04:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  transition: all .25s;
}
.animated-visual-04:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.animated-visual-04:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.animated-visual-04 img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all .25s;
}
.animated-visual-04:hover::before, .animated-visual-04:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.animated-visual-04:hover img {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.animated-visual-05 {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.animated-visual-05 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .25s ease-out;
}
.animated-visual-05:hover img {
  -webkit-transform: scale(2);
          transform: scale(2);
}
