* {
  padding: 0px;
  margin: 0px;
}

.header-video {
  height: 250px;
  width: 100%;
  /*background: rgb(0,0,0);*/
}

.video-container {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.video-container video {
  height: 100%;
  margin-left: 30%;
  object-fit: contain;
  /*filter: blur(5px);*/
}

.text-container {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 30%;
  right: 0;
  padding: 20px;
  color:#ffffff;
  box-sizing: border-box;
  font-family: sans-serif;
  /*background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 22%, rgba(0,0,0,1) 100%);*/
}

.navigation-container {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.title-container {
  width: 33%;
  height: 250px;
  position: absolute;
  margin: 200px;
  top: 0;
  left: 0;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 78%, rgba(0,0,0,0) 100%);*/
}

.title-container img {
  width: 60%;
  height: 100%;
  object-fit: contain;
}

.logo-site {
  background-color: #b23447;
  height: 70px;
  z-index: 100;
  padding: 10px;
  color: white;
  text-align: center;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 78%, rgba(0,0,0,0) 100%);*/
}

.logo-site img {
  height: 70px;
  text-align: center;
}

.page-frame {
  margin: auto;
  width: 1600px;
  top:0px;
  background-color: black;
}

.video-header-bg {
  width: 100%;
  background-color:black;
}

.video-place {
  text-align: center;
  height: 450px;
}

.color-gradient {
  background-color: #b23447;
  height: 100%;
  z-index: 100;
  padding: 50px;
  color: white;
  text-align: center;
  font-family: sans-serif;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 78%, rgba(0,0,0,0) 100%);*/
}

#gradient-video {
  position: relative;
  width: 100%;
  height: 100%;
}

/*#gradient-video::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 780px) / 2);
  background: linear-gradient(to right, white, transparent);
  opacity: 0;
}*/

#gradient-video::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc((100% - 700px) / 2);
  background: linear-gradient(90deg, rgba(0,0,123,0) 0%, rgba(0,0,123,1) 15%, rgba(0,0,123,1) 100%);
  opacity: 0;
}

/*#gradient-video::before {
  left: 0;
}

#gradient-video::after {
  right: 0;
}

@media (min-width: 1280px) {
  #gradient-video::before,
  #gradient-video::after {
    width: calc((100% - 780px) / 2);
    opacity: 1;
  }

  #gradient-video::before {
    left: 0;
  }

  #gradient-video::after {
    right: 0;
  }
}*/
