.history-timeline {
  width: 100%;
  margin: 0 auto
}
.history-timeline .dropdown__list.active{
height:auto;
}
.history-timeline .background-video__inner{
transform:none;
}
.history-timeline__background {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background-liquid-image);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1;
}
.history-timeline .cta:focus{
outline: 2px dashed var(--black)
}
.history-timeline .card--imgVid .card__image{
aspect-ratio: unset;
}
.history-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}
.history-timeline__item:nth-child(odd) .history-timeline__content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 5.3rem
}
.history-timeline__item:nth-child(even) .history-timeline__content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 5.3rem
}
.history-timeline__item::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: 1.6rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #000;
  z-index: 1
}

.history-timeline__item .history-timeline__content {
  position: relative;
  max-width: 27.6rem;
  width: 100%
}
.history-timeline__line {
  position: absolute;
  top: 3rem;
  left: 1.6rem;
  width: .1rem;
  height: 100%;
  background: #000;
  z-index: 0
}
.history-timeline__dropdown {
  max-width: 19.7rem
}
.history-timeline__dropdown .dropdown__list {
  max-width: 19.7rem
}
.history-timeline .card__content {
  min-height: auto
}
@media (min-width:458px) {
.history-timeline__item:nth-child(odd) .history-timeline__content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto
}
.history-timeline__item:nth-child(even) .history-timeline__content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto
}
}
@media (min-width:768px) {
  .history-timeline__line {
    position: absolute;
    top: 3.2rem;
    left: 50%;
    width: .1rem;
    height: 100%;
    background: #000;
    z-index: 0;
    transform: translateX(-50%);
  }
/*   .history-timeline__main {
    margin-top: -25rem
  } */
  .history-timeline__content {
    position: relative;
    max-width: 39.2rem;
    width: 100%
  }
  .history-timeline__item .history-timeline__content {
    max-width: 29.2rem
  }
  .history-timeline__item::before {
    content: "";
    position: absolute;
    top: 3.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #000;
    z-index: 1
  }
  .history-timeline__item:nth-child(odd) .history-timeline__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: auto;
    margin-left: 0;
    margin-right:auto
  }
  .history-timeline__item:nth-child(even) .history-timeline__content {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: auto;
    margin-right: 0
  }
}
@media (min-width:992px) {
  .history-timeline__item .history-timeline__content {
    max-width: 39.2rem
  }
  .history-timeline .history-timeline__top-content{
 position:absolute; 
  }
}


 .history-timeline .scWebEditInput.scEnabledChrome[contentEditable="true"] {
  cursor: text;
  min-width: 0.5em;
  display: flex;
  flex-direction: column;
}
 .ip3-edit .history-timeline .card__image-wrapper img{width:100%}
 
 .history-timeline__overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 79.2rem;
    max-height: inherit;
    z-index: -1;
}