button span {
    color: black;
  }
  
  video {
    max-width: 100%;
  }
  
  /* --------------- */
  /* Content Wrapper */
  /* --------------- */
  .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all .6s;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  /* ---------------------- */
  /* OWL Active Slider Mask */
  /* ---------------------- */
  .slider-mask {
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 220px;
    top: 0;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  
  .slider-mask::before,
  .slider-mask::after {
    position: absolute;
    z-index: 1;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: rgba(34,34,34,.8);
    display: block;
    content: ' ';
  }
  
  .slider-mask::after {
    left: auto;
    right: 100%;
  }
  
  /* ----------------- */
  /* Owl Styling Stuff */
  /* ----------------- */
  .owl-carousel {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
  }
  
  .owl-stage-outer {
    overflow: visible !important;
  }
  
  .owl-item {
    width: 100%;
    max-width: 400px;
    height: 220px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    overflow: hidden;
  }
  
  .owl-nav {
    font-size: 60px;
  }
  
  .owl-next {
    float: right;
  }
  
  .owl-dots {
    text-align: center;
    width: 80%;
    margin: -40px auto 0;
  }
  
  .owl-dot span{
    background: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
  }
  
  .owl-dot.active span{
    background: #8d5524;
  }

  h1.videoNews-title{
    font-family: 'Tapestry';
    font-weight: 100;
    text-align: center;
    margin: 0px auto;
    font-size: 45px;
    color: #8d5524;
  }