/******************
 * VIEW MODE: FULL
 *****************/

.paragraph--type-video.paragraph--view-mode-full.component--full-bleed {
  background-color: #060606;
}

  .paragraph--type-video.paragraph--view-mode-full.component--full-bleed h2 {
    color: #fff;
  }

  .paragraph--type-video .field--name-field-media-oembed-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
  }
  .paragraph--type-video .media-oembed-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .paragraph--type-video.paragraph--view-mode-full.component--full-bleed .field--name-field-component-caption {
    color: #fff;
    border-bottom: 0;
    padding-bottom: 0;
  }
