.video-bg {
 background: #fff1e1;
    padding: 30px 40px 20px;
    border-radius: 8px;
}
.submitted-message {background-color:'white'; padding:20px;}
      .showcase-videos {
        padding: 80px 0;
        background: #f5f6f8;
      }
    .videos-items .embed-responsive {
    max-width: 120px;
}
      .videos-items .embed-image img {
        max-width: 120px;
      }
      .videos-items .embed-image img {
        border-radius: 4px;
      }
.videos-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  border-bottom: 2px solid #ddd;
    padding: 10px 0;
}

      .videos-items-wrapper {
    max-height: 295px;
    overflow-y: auto;
}
      .embed-responsive {
    border-radius: 10px;
}
.onb-embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 10px;
}
.onb-embed-responsive .onb-embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.onb-embed-responsive__16by9 {
  padding-bottom: 56.25%;
}

.onb-embed-responsive__4by3 {
  padding-bottom: 75%;
}

.onb-embed-responsive span img {
    max-width: 100px;
}
.onb-embed-responsive span {
    position: absolute;
    z-index: 22222;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.active-video, .youtube-active-video {
  background:#fff1e1;
}

.videos-items {
    padding: 10px 10px !important;
}
@media (max-width:1400px) {
  .showcase-videos-wrappwr .section-content .heading {
    font-size: 2rem !important;
}
  @media (max-width:767px) {
  .showcase-videos-wrappwr .section-content .heading {
    font-size: 1.5rem !important;
}