.carousel-item {
  position: relative !important;
  text-align: center !important;
  height: 700px !important;
}
.image-post-link {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.post-button {
  border: 1px solid transparent;
  font-size: 2.5em;
  line-height: 1.75;
  border-radius: .25em;
  font-family: "Voltaire", sans-serif;
  background-color: #D9D9D9;
  opacity: .8;
  padding-left:80px;
  padding-right: 80px;
  /* color: #D9D9D9;
  border-color: #D9D9D9; */
  cursor: pointer;
}
.post-button:hover {
  border: none;
  background-color: #F67F62;
  opacity: .95;
  color: #D9D9D9;
}
