.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; */
  width:100%;
  height:650px;
  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: auto;
  object-fit: cover;
}

.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 */

/* cap-gistel banner */

.banner-h2 {
  font-size: 64px;
  font-family: "oswald";
  font-weight: 700;
  line-height: 68px;
}

.banner-container {
  /* width: 68%; */
}

.white-vector {
  margin-left: 15px;
}

.orange-vector {
  margin-right: 15px;
}

/* new css for cap-gistel */

.text-section {
  font-size: 64px;
  font-family: "oswald";
  font-weight: 700;
  line-height: 72px;
}
.text-section {
  flex: 1;
}

.img-section-white,
.img-section-orange {
  width: 182px;
  height: 33px;
}
