.c-video .field--name-field-media-oembed-video {
  line-height: 0;
}

.c-video .field--name-field-media-oembed-video > iframe {
  width: 100%;
  height: 220px;
}

@media (min-width: 1200px) {
  .c-video .field--name-field-media-oembed-video > iframe {
    height: 350px;
  }
}

.c-video__text {
  padding-top: 12px;
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

.c-video__title {
  color: #222222;
}

.c-video p {
  margin: 6px 0px 0px 0px;
  margin: 0.375rem 0 0 0;
  padding: 0px;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.c-videos-list {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}

