.article-body-video video {
  width: 100%; }

.article-body-video .play-button {
  width: 32px;
  height: 32px;
  border: 1px solid #182D4D;
  background: #ffffff;
  background-image: url("../../../img/play-video.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-radius: 0 12px; }

.article-body-video .play-button.paused {
  background-image: url("../../../img/pause-video.svg"); }

.article-body-video .videoTime {
  background-color: #ffffff; }
  .article-body-video .videoTime label {
    color: #0C2340;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; }

.article-body-video .article-body-video-title-wrapper {
  background-color: #F4F5F6; }
  .article-body-video .article-body-video-title-wrapper .article-body-video-title {
    color: #0C2340;
    font-family: "Klavika-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }

/*# sourceMappingURL=articleVideo.css.map*/