html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.cf {
	background: #fff;
	text-align:center;
}

gif-box {
  position: relative;
  /*float: left;*/
  display: inline-block;
  text-align: center;
  background:#fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
}

gif-box img {
  max-width: 100%;
  height: auto;
}

gif-box:before,
gif-box:after {
  position: absolute;
}

gif-box:before {
  width: 60px;
  height: 60px;
  /* ---------- the following lines force vertical and horizontal positioning */
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  margin: auto;
  /* ---------- */
  border: 3px solid rgba(255, 255, 255, 1.0); /* 0, 0, 0, 0.5 */
  border-radius: 12px;
  background-color: rgba(255, 0, 0, 1.0); /* 255, 255, 255, 0.8 */
  font-family: 'Ionicons';
  content: '\f215';
  text-align: center;
  line-height: 55px;
  font-size: 21px;
  padding-left: 5px;
  color: rgba(255, 255, 255, 1); /* 0, 0, 0, 0.5 */
}

gif-box.play:before {
  display: none;
}

gif-box.play:after {
  color: #fff;
  background-color: #8CC152;
}

.demo {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */