.cgb-content-media {
  padding: var(--cgb-section-space-y, 64px) 0;
}

.cgb-content-media__content {
  height: 100%;
}

.cgb-content-media__intro > *:last-child {
  margin-bottom: 0;
}

.cgb-content-media__cta-row {
  margin-top: 18px;
}

.cgb-content-media__media {
  height: 100%;
  min-height: 300px;
  background: #f6f7f7;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
}

.cgb-content-media__media img,
.cgb-content-media__media iframe,
.cgb-content-media__media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.cgb-content-media__media-fallback {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646970;
  text-align: center;
  padding: 20px;
}

@media (max-width: 991px) {
  .cgb-content-media__media {
    min-height: 240px;
  }
}
