.wp-block-timeline {
  width: 93.1428571429vw;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 3.4285714286vw;
}

.timeline {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.timeline:after {
  content: "";
  position: absolute;
  width: 0px;
  background: transparent;
  top: 36.5px;
  bottom: 3.4285714286vw;
  left: 31px;
  margin-left: -1.5px;
  border: black 3px dashed;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: 0;
}

.entry {
  position: relative;
  width: 50%;
  padding: 10px 54px 3.4285714286vw 0;
}

.entry.right {
  padding: 10px 0 3.4285714286vw 54px;
}

.entry:before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.entry:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -12px;
  background-color: rgb(100, 100, 100);
  border: 2.5px solid rgb(240, 240, 240);
  top: 36px;
  border-radius: 50%;
  z-index: 1;
}

.entry .after {
  position: absolute;
  width: 54px;
  height: 54px;
  right: -27px;
  background-color: black;
  border: 8px solid;
  top: 18.5px;
  border-radius: 50%;
  z-index: 1;
  border-color: rgb(180, 180, 180);
  opacity: 0.25;
}

.entry.right .after {
  right: auto;
  left: -27px;
}

.left,
.right {
  left: 0;
}

.left {
  text-align: right;
}

.right {
  right: 0;
}

.left:before,
.right:before {
  content: "";
  height: 0;
  position: absolute;
  top: 36px;
  width: 0;
  z-index: 1;
  left: auto;
  right: 44px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-collapse: transparent transparent transparent white;
}

.right:before {
  left: 44px;
  right: auto;
  transform: rotate(180deg);
}

.left:after {
  right: -10px;
}

.right:after {
  left: -10px;
}

.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.entry.entry-photo {
  width: 100%;
  z-index: 2;
  padding-right: 0;
}

.entry.entry-photo:after,
.entry.entry-photo:before {
  display: none;
}

.entry.entry-photo .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry.entry-photo .image.top-left {
  align-items: flex-start;
  justify-content: left;
}

.entry.entry-photo .image.top-center {
  align-items: flex-start;
  justify-content: center;
}

.entry.entry-photo .image.top-right {
  align-items: flex-start;
  justify-content: right;
}

.entry.entry-photo .image.center-left {
  align-items: center;
  justify-content: left;
}

.entry.entry-photo .image.center-center {
  align-items: center;
  justify-content: center;
}

.entry.entry-photo .image.center-right {
  align-items: center;
  justify-content: right;
}

.entry.entry-photo .image.bottom-left {
  align-items: flex-end;
  justify-content: left;
}

.entry.entry-photo .image.bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.entry.entry-photo .image.bottom-right {
  align-items: flex-end;
  justify-content: right;
}

.entry.entry-photo .content {
  min-height: 328px;
  overflow: hidden; /*height: 50vw;*/
  height: 33.3vw;
  max-height: 100%;
}

.entry.entry-photo .image img {
  width: 100%;
  height: auto;
  min-height: 328px;
  min-width: 100%;
  object-fit: cover;
}

.entry.entry-photo .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8029805672) 0%, rgba(0, 0, 0, 0) 50%);
  background-position: bottom;
}

.content .year {
  font-size: 2em;
}

.entry.entry-photo .content-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  line-height: 0.875em;
  width: calc(100% - 60px);
  max-width: 480px;
}

.entry.entry-photo .content-text .paragraph {
  line-height: 1.4em;
}

@media only screen and (min-width: 0px) {
  .timeline:after {
    left: 50%;
  }
  .entry {
    width: 50%;
  }
  .right {
    left: 50%;
  }
  .right:after {
    left: -10px;
  }
  .left:before,
  .right:before {
    content: "";
    height: 0;
    position: absolute;
    top: 36px;
    width: 0;
    z-index: 1;
    right: 44px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-collapse: transparent transparent transparent white;
  }
  .right:before {
    left: 44px;
    right: auto;
    transform: rotate(180deg);
  }
}
