.social-signpost__item {
  max-height: 32.8rem;
  height: auto
}
.social-signpost__item::before {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  content: ""
}
.social-signpost__item:focus-within,
.social-signpost__item:hover {
  cursor: pointer
}
.social-signpost__item:focus-within .social-signpost__button,
.social-signpost__item:hover .social-signpost__button {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  opacity: 1;
  height: auto;
 /* max-height: 100px */
}
.social-signpost__item:focus-within .social-signpost__item-content .social-signpost__button,
.social-signpost__item:hover .social-signpost__item-content .social-signpost__button {
  -webkit-animation: fade-in-top .6s ease-in both;
  animation: fade-in-top .6s ease-in both
}
.social-signpost__item-image {
  height: 100%;
  min-height: 32.8rem
}
.social-signpost__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: var(--white);
  padding: 10px;
  text-align: center;
  width: 100%
}
.social-signpost__item-content .social-signpost__icon .social-icon {
  font-size: 4rem
}
.social-signpost__button {
  height: 0;
  max-height: 0;
  opacity: 0
}
.social-signpost__button .action-button:focus-within,
.social-signpost__button .action-button:hover {
  color: var(--black);
  background-color: var(--white)
}
@media (min-width:768px) {
  .social-signpost__item {
    max-height: 48rem
  }
  .social-signpost__item .social-signpost__item-image {
    min-height: 48rem
  }
  .social-signpost__item-content {
    max-width: 25rem
  }
}
@media (min-width:992px) {
  .social-signpost__item-content {
    max-width: 20rem
  }
}
@media (min-width:1200px) {
  .social-signpost__item-content {
    max-width: 30.4rem
  }
}