/*
***************
* link container
***************
*/
.link-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.link-container .link-container-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
