.grid_content_html_Fall_down p:hover, .grid_content_html_Fall_down p:focus {
  outline: none; }

.grid_content_html_Fall_down p {
  color: #6f8686;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3); }

.grid_content_html_Fall_down p:hover::before, .grid_content_html_Fall_down p:focus::before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1; }

.grid_content_html_Fall_down p::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none; }

/*# sourceMappingURL=Fall_down.css.map */
