@media (min-width: 768px) {
  .first-post-img {
    position: relative;
    height: 450px;
  }
  .first-post-img img {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    position: absolute !important;
  }
  .first-post-label {
    margin-top: -158px;
    opacity: 0.85;
  }
}
.post-title {
  /*font-weight: 700;*/
  font-size: calc(1.375rem + 1.75vw);
}

.post-thumbnail {
  margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
  margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
}
@media (min-width: 768px) {
  .post-thumbnail {
    margin-right: inherit;
    margin-left: inherit;
  }
}

.streched-link {
  z-index: 1;
}

.post-rating {
  opacity: 0.85;
  z-index: 1;
}