/* works */
#works .bg_ttl {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#works .box_inner {
  text-align: center;
  width: 100%;
}
#works .box_inner:after {
  clear: both;
}
#works article {
  overflow: hidden;
  display: inline-block;
  width: 33.3333%;
  /*height:327px;*/
  margin-bottom: 20px;
  padding: 0 10px;
}
#works article img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
#works a:hover img {
  filter: grayscale(0);
}
#works figure {
  Position: relative;
  Margin-bottom: 0;
}
#works figcaption {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-family: 'Josefin Sans', sans-serif;
  color: #222;
}
#works figcaption h3 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
#works figcaption p {
  margin: 0;
  font-size: 9px;
}
#works .btn_rotate {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  #works article {
    height: auto;
  }
  #works figcaption {
    bottom: 10px;
  }
  #works .btn_rotate {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #works article {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 15px;
  }
  #works figcaption {
    bottom: 15px;
    bottom: 5px;
  }
  #works figcaption h3 {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  #works figcaption {
    bottom: 8px;
  }
  #works figcaption p {
    font-size: 8px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 640px) {
  /* works */
  #works article {
    width: 85%;
    margin: 0 auto 10px !important;
  }
  #works figcaption {
    bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #works .bg_ttl, #blog .bg_ttl {
    padding-bottom: 50px;
  }
  /*#works .box_inner, #blog .box_inner {
	margin-top:-50px;
}*/
  #works .bg_ttl p, #blog .bg_ttl p {
    margin-bottom: 0;
  }
  #works article {
    width: 100%;
  }
  #works figcaption {
    bottom: 10px;
  }
}