/* line 2, ../sass/videos.scss */
.video-cont {
  z-index: 1;
}

.text-principal p{
  margin-bottom: 0.8rem;
}
@media (min-width: 951px) {
  /* line 8, ../sass/videos.scss */
  .header-cont {
    height: 100vh;
  }

  /* line 11, ../sass/videos.scss */
  .video-cont {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    max-height: 100vh;
  }
  /* line 20, ../sass/videos.scss */
  .video-cont video {
    width: 100%;
  }
}
@media (max-width: 950px) {
  /* line 27, ../sass/videos.scss */
  .header-cont {
    position: relative;
  }

  /* line 30, ../sass/videos.scss */
  .video-cont video {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .text-principal p{

    font-size: 1.3rem !important;
    line-height: 1.5rem !important;

}
}
/* @media (max-width: 767px) {
} */