.gm_video_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gm_video_grid > .gm_video_card {
  box-sizing: border-box;
}

.gm_video_card_richtext p:last-child {
  margin-bottom: 0;
}

.gm_video_frame {
  position: relative;
  aspect-ratio: 16 / 9;
  {#background: var(--video_bg);#}
}

.gm_video_placeholder {
  background-image: linear-gradient(135deg, #d7dde8, #f7f8fb);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.gm_play {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid var(--GigMatch_Blue, #43507F);
  border-radius: 999px;
  background: #fff;
  color: var(--Sapphire_Blue, #43507F);
  font-size: 30px;
  line-height: 1;
  opacity: 0.85;
}