.video-testimonials-container {
  border-top: 1px solid #e8e8e8;
  padding: 5rem 15px 3rem;
}

.anova-vimeo-feed {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-auto-rows: minmax(300px, auto);
  gap: 2.5rem;
  margin: 1.5rem auto;
  max-width: 1200px;
}
.anova-vimeo-feed__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  overflow: hidden;
}
.anova-vimeo-feed__video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25% !important;
  aspect-ratio: 16/9;
  margin-bottom: 0.5rem;
}
.anova-vimeo-feed__video-container iframe {
  position: absolute;
  /* following is to match the style of the other 
  media items on the page ref .mediaItem and .thumbnail */
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.anova-vimeo-feed__video-container .toggle-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #e26d00;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  cursor: pointer;
  z-index: 10; /* Ensure the button is on top of the video */
}
.anova-vimeo-feed__video-container .anova-vimeo-feed__video-container {
  position: relative;
}
.anova-vimeo-feed__video .video-meta {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anova-vimeo-feed__video .video-meta h3 {
  color: #e26d00;
}
.anova-vimeo-feed__video .btn {
  margin-left: auto;
  border: 1px solid #e8e8e8;
}