  @media (min-width: 768px) {
  .social-wrapper .social-title {
    display: none;
  }

  .fbwall .owl-item .grid-item .info label {
    display: none;
  }

  .fbwall .owl-item .grid-item .info {
    background: rgba(222,223,224, 0);
    height: 100%;
    left: 0;
    max-height: 100%;
    top: 0;
    transition: background-color .5s ease-in-out;
    width: 100%;
  }

  .fbwall .owl-item:nth-of-type(2):hover .grid-item .info {
    background: transparent;
  }
  .fbwall .owl-item:nth-of-type(2) .grid-item .info,
  .fbwall .owl-item .grid-item:hover .info {
      background: rgba(222,223,224, .9);
  }

  .fbwall .owl-item .grid-item .info .message {
    color: #343434;
    left: 0;
    padding: 0 8%;
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s ease-in-out;
    width: 100%;
  }

  .fbwall .owl-item:nth-of-type(2) .grid-item:hover .info .message {
    opacity: 0;
  } 
  .fbwall .owl-item:nth-of-type(2) .grid-item .info .message,
  .fbwall .owl-item .grid-item:hover .info .message {
    opacity: 1;
  }

  .fbwall .owl-item .grid-item .info:before {
    border: none;
    bottom: 1rem;
    color: #f9f9f9;
    content: '\ea92';
    font-family: 'social-icons';
    font-size: 2rem;
    height: 2rem;
    left: initial;
    line-height: 1em;
    opacity: 1;
    padding: 0;
    padding-bottom: 0;
    position: absolute;
    right: 1rem;
    text-align: right;
    text-shadow: -.0625rem .0625rem .125rem rgba(27, 27, 27, .5);
    top: initial;
    transition: text-shadow .5s ease-in-out;
    opacity: 1;
    width: 3rem;
    z-index: 5;
  }

  .fbwall .owl-item .grid-item:hover .info:before {
    text-shadow: none;
  }

  .fbwall .owl-item:nth-of-type(2) .grid-item:hover .info:before {
    opacity: 0;
  }
  .fbwall .owl-item:nth-of-type(2) .grid-item .info:before {
    border-bottom: 3px solid #343434;
    bottom: initial;
    color: #343434;
    content: '\ea92';
    font-family: 'social-icons';
    font-size: 2rem;
    left: 50%;
    line-height: 1em;
    padding-bottom: 1rem;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 2rem;
    transform: translateX(-50%);
    width: 3rem;
    z-index: 5;
  }

  .fbwall .owl-item .grid-item .info .message a {
    color: #cf0a2c;
  }
}