/* Import Google font - Poppins */
#fv_videos{

  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: fixed; 
  top: 0; 
  left: 0;
  z-index: 999 !important; 
  overflow: hidden;
  background-color: #000000;
  /* padding: 10% 0; */
  z-index: -1;
}

#video {

  width: 100%;
  height: 100%;
  /* margin-bottom: 200px; */
  background-size: 100%;
  text-align: center;
  margin: auto;
}

.container{
  opacity: 0; 
  display: none;
}

body{
  overflow: hidden;
}