/* Style Sheet Colours*/
body .ngk-block-youtube {
  font-family: "NimbusSanNov-Reg";
}
body .ngk-block-youtube .video-container {
  position: relative;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
}
body .ngk-block-youtube .video-container video {
  position: absolute;
  left: 0;
}
body .ngk-block-youtube .video-container .text-beneath-image {
  padding: 10px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
body .ngk-block-youtube .video-container .text-beneath-image p {
  color: #000000;
  text-align: left;
  max-height: 96px;
  word-break: break-word;
}
body .ngk-block-youtube .video-container .text-beneath-image.overflowing {
  padding: 10px 20px 10px 10px;
}
body .ngk-block-youtube .video-container .text-beneath-image.overflowing p {
  overflow: hidden;
  position: relative;
  max-height: 96px;
}
body .ngk-block-youtube .video-container .text-beneath-image.overflowing:after {
  position: absolute;
  content: "...";
  bottom: 13px;
  right: 10px;
}
body .ngk-block-youtube .video-container .category-headline {
  position: absolute;
  font-family: NimbusSanNov-Bol;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 10px 9px;
  display: inline-block;
  top: 20px;
  width: auto;
  color: #ffffff;
  max-width: calc(100% - 18px);
  text-align: left;
}
body .ngk-block-youtube .video-container .category-headline span {
  display: inline-block;
  padding: 0 5px;
  background-color: #87919b;
  margin: 0 0 5px;
  clear: both;
  float: left;
}
body .ngk-block-youtube .video-container .category-headline span:last-child {
  margin: 0;
}
body .ngk-block-youtube .bk-image {
  width: 100%;
  height: auto;
  max-height: 270px;
}
body .ngk-block-youtube .play-button {
  position: absolute;
  top: 170px;
  padding: 0 23px;
}
body .ngk-block-youtube:focus {
  outline: none;
}

body.mobile .ngk-block-youtube .video-container {
  width: auto;
}
body.mobile .ngk-block-youtube .bk-image {
  max-height: none;
}
body.mobile .ngk-block-youtube .text-container {
  top: 20px;
}
body.mobile .ngk-block-youtube .text-container h2 {
  line-height: 1.08;
  letter-spacing: 4.7px;
  top: 0;
  margin: 0 auto;
  width: 298px;
}
body.mobile .ngk-block-youtube .text-container h2 .text-style-2 {
  margin-right: -50px;
}
body.mobile .ngk-block-youtube .text-container p {
  display: none;
}

html[dir=rtl] body .ngk-block-youtube .video-container p {
  text-align: left;
}
html[dir=rtl] body .ngk-block-youtube .video-container .category-headline:after {
  left: -18px;
  right: auto;
  border-width: 0 18px 44px 0;
  border-color: transparent #e10000 transparent transparent;
}

/*# sourceMappingURL=ngk-block-youtube.css.map */
