/* COLORS */
/* FONTS */
/* COMPONENTS */
.article-body-video {
  max-width: none; }
  .article-body-video .play-button {
    width: 32px;
    height: 32px;
    border: 1px solid #83412c;
    border-radius: 0;
    background: #fff;
    background-image: url("../../../img/play-video.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px; }
  .article-body-video .play-button.paused {
    background-image: url("../../../img/pause-video.svg"); }
  .article-body-video .videoTime {
    background-color: #d4742e; }
    .article-body-video .videoTime label {
      color: #fff; }
  .article-body-video .article-body-video-title-wrapper {
    background-color: #fff; }
    .article-body-video .article-body-video-title-wrapper .article-body-video-title {
      color: #5a403e;
      font-family: "Arquitecta-Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: 450;
      line-height: 20px; }

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