/* G9 Video Embed Block styles */
.g9-video-embed {
  position: relative;
}
.g9-video-embed .video-container {
  position: relative;
  overflow: hidden;
  border-radius: 1% / 3%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
/*fit width*
.g9-video-embed .video-container iframe {
  display: block;
  width: auto;
  height: 100%;
  max-width: unset;
  max-height: unset;
  border: none;
  aspect-ratio: 16/9;
}
/*end fit witdth*/
/*fit height*/
.g9-video-embed .g9-video-frame{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #111;	
}
.g9-video-embed .video-container iframe {
  display: block;
  width: 100%;
  height: auto;
  max-width: unset;
  max-height: unset;
  border: none;
  aspect-ratio: 16/9;
}
/*end fit height*/
.g9-video-embed .overlay-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  transition: opacity 0.2s;
  overflow: hidden;
  border-radius: 1% / 3%;
}
.g9-video-embed .g9-overlay-img {
  display: block;
}
.g9-video-embed .g9-video-error {
  color: #c00;
  background: #fff0f0;
  padding: 1em;
  border: 1px solid #e5b0b0;
  border-radius: 4px;
  text-align: center;
  font-size: 1.1em;
}
.banner_secondfld .g9-video-embed {
  position: absolute;
  top: 29px;
  left: 109px;
  width: 684px;
  height: 475px;
}
.text-video .g9-video-embed {
  width: 553px;
  height: 400px;
}
.text-video .g9-video-embed .video-container {
  border-radius: 8% / 10%;
}
@media (max-width: 991px) {
  .banner_secondfld .g9-video-embed {
    width: 73.8%;
    height: 79.3%;
    top: 4.9%;
    left: 13.1%;
  }
}
@media (max-width: 955px) {
  .banner_secondfld .g9-video-embed {
    width: 75.9%;
    height: 79.3%;
    top: 4.9%;
    left: 11.9%;
  }
}