/**
 * This file is for the media kanponent.
 */
.paragraph--type--kan-media {
  background-image: linear-gradient(to bottom, #052049 0, rgba(22, 160, 172, 0) 500px);
}

.field__item .media-oembed-content {
  display: block;
  margin: auto;
  width: 320px;
  height: 180px;
}
@media (min-width: 48em) {
  .field__item .media-oembed-content {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 64em) {
  .field__item .media-oembed-content {
    width: 1024px;
    height: 576px;
  }
}
@media (min-width: 80em) {
  .field__item .media-oembed-content {
    width: 1280px;
    height: 720px;
  }
}
/*# sourceMappingURL=kan-media.css.map */
