#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-banner-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-variant: lining-nums;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  margin-top: 50px;
}

#content p#breadcrumbs {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

#story {
  position: relative;
  font-size: 0;
}
#story .ip-banner-title {
  display: none;
}
#story h2 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 !important;
}

.story-timeline {
  position: relative;
  padding: 35px 0 0;
}

.story-timeline-container {
  position: relative;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.story-timeline-holder {
  position: relative;
  margin-top: 95px;
}
.story-timeline-holder::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  background: #878787;
}

.story-timeline-item {
  position: relative;
  width: 50%;
  min-height: 230px;
  padding: 0 40px 30px;
}
.story-timeline-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 8px;
  background: #000000;
  border-radius: 50%;
}
.story-timeline-item div.heading-title {
  font-size: 35px;
  color: #000000;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.story-timeline-item p {
  font-size: 15px;
  color: #555555;
  line-height: 1.7 !important;
  letter-spacing: 0.05em;
  margin: 0 !important;
}
.story-timeline-item:nth-child(odd) {
  padding-right: 0;
  margin: 0 0 0 auto;
}
.story-timeline-item:nth-child(odd)::before {
  left: -7px;
}
.story-timeline-item:nth-child(even) {
  padding-left: 0;
  text-align: right;
}
.story-timeline-item:nth-child(even)::before {
  right: -7px;
}

.story-timeline-video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 505px;
}

.story-timeline-video-text {
  width: 60.72%;
  padding-right: 10px;
}
.story-timeline-video-text p {
  line-height: 1.2 !important;
}
.story-timeline-video-text p a {
  font-size: 12px;
  color: #005aff;
  text-decoration: underline !important;
}

.story-timeline-video-image {
 /* width: 39.28%;*/
	width: auto;
  display: flex;
}
.story-timeline-video-image a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.story-timeline-video-image a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.story-timeline-video-image a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-style: normal !important;
  color: #ffffff;
  opacity: 0.85;
  z-index: 10;
}
.story-timeline-video-image a:hover::after {
  opacity: 0.75;
}

a.story-timeline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  width: 209px;
  height: 47px;
  margin: 0 auto 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
a.story-timeline-button:hover {
  background: #EC2632;
}


@media only screen and (max-width: 1199px) {
  .story-timeline-item div.heading-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
  #story h2 {
    font-size: 38px;
  }
  .story-timeline-holder::before {
    left: 0;
    transform: none;
  }
  .story-timeline-item {
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    padding-bottom: 50px;
    text-align: left !important;
  }
  .story-timeline-item::before {
    left: -7px !important;
    right: inherit !important;
  }
}
@media only screen and (max-width: 480px) {
  .story-timeline {
    padding: 50px 0;
  }
}