.year100-landing-banner {
  height: auto;  
  display: flex;
  align-items: center;
  padding: 40px 30px 50px 100px;
  position: relative;
  background: rgb(227, 242, 251);
  background: linear-gradient(
    50deg,
    rgba(227, 242, 251, 1) 2%,
    rgba(233, 249, 251, 1) 26%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 76%,
    rgba(252, 252, 252, 1) 99%
  );
}
.year100-landing-banner:before {
  content: "";
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/-/media/WestPharma/Images/100year-landing-banner-bg.jpg) no-repeat 60% 0;
  background-size: 230%;
}
.year100-landing-banner .west100logo {
  position: absolute;
  top: -150px;
  left: -60px;
  z-index: 1;
  max-width: 220px;
  padding: 10px 0;
}
.year100-landing-banner .confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.year100-landing-banner .confetti img {
  height: 100%;
  object-fit: contain;
}
.year100-landing-banner .banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.year100-landing-banner .banner-left h2 {
  font-family: "walbaumdisplay_semibold";
  color: #002f6d;
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 65px;
  padding-top: 4rem;
}
.year100-landing-banner .banner-left p {
  font-family: "avenir_lt_std45_book";
  color: #444444;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 0;
}
.year100-landing-banner .banner-right {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}
.year100-landing-banner .banner-right .hero-banner-video {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
}
.year100-landing-banner .banner-right .hero-banner-video .mob-header-logo{
  display: none;
}
.year100-landing-banner .banner-right .hero-banner-video video {
  max-width: 100%;
  height: auto;
  box-shadow: 0 3px 6px 0 #0000002b;
}
.year100-landing-banner .banner-right .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.year100-landing-banner .banner-right .play-button img {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .year100-landing-banner {
    padding: 110px 90px 70px 90px;
  }
  .year100-landing-banner .banner-left h2 {
    font-size: 30px;
  }
}


@media (max-width: 1536px) {
  .year100-landing-banner {
    padding: 65px 90px 70px 90px;
  }
  .year100-landing-banner .west100logo{
    max-width: 190px;
  }
  .year100-landing-banner .banner-left h2 {
    padding-top: 40px;
    line-height: 40px;
  }
  .year100-landing-banner .banner-left p{
    line-height: 33px;
  }
}

@media (max-width: 1366px) {
  .year100-landing-banner {
    padding: 90px 90px 70px 90px;
  }
  .year100-landing-banner .west100logo {
    max-width: 200px;
  }
  .year100-landing-banner .banner-right .play-button {
    max-width: 80px;
  }
  .year100-landing-banner .banner-left h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-top: 3rem;
  }
  .year100-landing-banner .banner-left p {
    font-size: 16px;
    line-height: 28px;
  }
  .year100-landing-banner .banner-right .hero-banner-video{
	  padding-right: 0;
  }
  .year100-landing-banner:before {
    width: 35%;
  }
	  
}

@media (max-width: 1200px) {
  .year100-landing-banner {
    padding: 90px 60px 70px 60px;
  }
  .year100-landing-banner .banner-left h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .year100-landing-banner .banner-left p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  .year100-landing-banner .west100logo {
      max-width: 170px;
      top: -130px;
  }
  .year100-landing-banner .banner-left p {
    text-align: justify;
  }
} 
@media (max-width: 991.99px) {
  .year100-landing-banner {
    height: auto;
    padding: 50px;
  }
  .year100-landing-banner:before {
    height: 60%;
    width: 100%;
    background-size: 150%;
  }
  .year100-landing-banner .row {
    flex-direction: column-reverse;
  }
  .year100-landing-banner .west100logo {
    position: static;
    max-width: 140px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo .west100logo {
    position: absolute;
    top: -45px;
    left: 0;
  }
  .year100-landing-banner .banner-left,
  .year100-landing-banner .banner-right{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .year100-landing-banner .banner-left h2 {
    padding-top: 0;
    padding-left: 170px;
    margin-top: -105px;
    margin-bottom: 40px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo{
    display: block;
    padding-bottom: 30px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo h2{
    font-family: "walbaumdisplay_semibold";
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .year100-landing-banner .banner-left .west100logo{
    display: none;
  }
  .year100-landing-banner .banner-left h2{
    display: none;
  }
  .year100-landing-banner .banner-right .hero-banner-video{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .year100-landing-banner .banner-right .play-button{
    top: 60%;
  }
}

@media (max-width: 800px) {
  
  .year100-landing-banner .banner-left h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .year100-landing-banner .banner-left p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  
}

@media (max-width: 500.99px) {
  .year100-landing-banner {
    padding: 30px;
  }
  .year100-landing-banner .banner-right .play-button {
    max-width: 50px;
    top: 65%;
  }
  .year100-landing-banner:before {
    height: 40%;
  }
  .year100-landing-banner .west100logo {
    max-width: 90px;
    margin-left: -10px;
    padding-bottom: 0;
  }
  .year100-landing-banner .banner-left h2 {
    font-size: 13px;
    line-height: 17px;
    padding-left: 80px;
    margin-top: -65px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo h2{
    max-width: 60%;
    font-size: 12px;
    line-height: 23px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo .west100logo {
    top: -30px;
    left: -10px;
  }
  .year100-landing-banner .banner-right .hero-banner-video .mob-header-logo {
    padding-bottom: 10px;
  }
  .year100-landing-banner .banner-right .hero-banner-video {
    margin-bottom: 10px;
  }
}
