/*imports*/
/*animation*/
/*style*/
.box {
  width: 100%;
  border-radius: 6px;
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
  .box:hover .legend-black {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: none; }
  .box:hover .title-g {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1; }
  .box .title-g {
    opacity: 0;
    font-size: 21px; }
  .box a {
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px 25px;
    height: 145px;
    border-radius: 6px; }
  .box a:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.legend-black {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 6px 12px;
  border-radius: 0 0 6px 6px; }
  .padding-top {
    padding-top: 18px;
  }
@media screen and (max-width: 992px) {
  .box .title-g {
    font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
