@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1305 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 200px;
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  color: #000000;
  text-align: center;
}

h2 {
  font-size: 18px;
  color: #fff
}

.snip1305 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.snip1305 img {
  opacity: 1;
  width: 100%;
}
.snip1305:after,
.snip1305:before {
  background: #E76012;
  width: 0;
  height: 0;
  border-radius: 100px;
  position: absolute;
  content: '';
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.snip1305:after {
  top: 0;
  left: 0;
}
.snip1305:before {
  right: 0;
  bottom: 0;
}
.snip1305 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.snip1305 h2,
.snip1305 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
.snip1305 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.snip1305 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
.snip1305 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.snip1305:hover img,
.snip1305.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.snip1305:hover:after,
.snip1305.hover:after,
.snip1305:hover:before,
.snip1305.hover:before {
  width: 100%;
  height: 100%;
}
.snip1305:hover figcaption h2,
.snip1305.hover figcaption h2,
.snip1305:hover figcaption p,
.snip1305.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1305:hover figcaption h2,
.snip1305.hover figcaption h2 {
  opacity: 1;
}
.snip1305:hover figcaption p,
.snip1305.hover figcaption p {
  opacity: 0.7;
}

/* Demo purposes only */
html {
  height: 100%;
}
body {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}
