.embed-banner-container {
  min-height: 650px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-overlay {
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 33%);
}

.teaser-outer-wrapper {
  min-height: 420px;
  display: flex;
  background-repeat: no-repeat;
  background-position: 75%;
}

/*Nine positions CSS----*/
.position-left-top {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.position-left-center {
  display: flex;
  align-items: center;
  justify-content: left;
}
.position-left-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.position-center-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.position-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-center-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.position-right-top {
  display: flex;
  align-items: flex-start;
  justify-content: right;
}

.position-right-center {
  display: flex;
  align-items: center;
  justify-content: right;
}
.position-right-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}

.slider-left-section {
  width: 85%;
}

/* Typing slider CSS */
.sliderConstantText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

/* New banner CSS starts */
.banner-content-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.embed-video-container .banner-video {
  --video--width: 1296;
  --video--height: 500;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
}
.embed-video-container .banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.embed-video-container iframe,
.embed-video-container object,
.embed-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* New banner video CSS ends */

.banner-title-wrapper h1,
.banner-title-wrapper {
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
}

.banner-subtitle-wrapper {
  font-family: "mulish";
  font-size: 40px;
  line-height: 60px;
}
.bannerTextPadding {
  padding-top: 100px;
  padding-bottom: 100px;
}
