.grid_content_html_Scale_down {
  color: rgba(0, 0, 0, 0.2) !important;
  font-weight: 700;
  text-shadow: none; }

.grid_content_html_Scale_down p:hover::before, .grid_content_html_Scale_down p:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

.grid_content_html_Scale_down p::before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  -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; }

/*# sourceMappingURL=Scale_down.css.map */
