/* Style the video: 100% width and height to cover the entire window */
/*
#myVideo {
  position: relative;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:9!important;
}
*/
/*
#videoSource {
  content: url('../videos/paracas.mp4')!important; /* Video en orientación defecto */
  /*
}
*/
/* Add some content at the bottom of the video/page */
.content {
  position: relative;
/*  bottom: 35%;*/
/*  left:25%; */
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 100%;
/*  padding: 20px;
  padding-left: 25%!important;*/
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/*dsw*/
#videoHorizontal,
#videoVertical {
  width: 100%;
  height: auto;
  display: none;
}

#videoHorizontal.show,
#videoVertical.show {
  display: block;
}
/*fin dsw */
/*
@media (max-width:800px or min-width:300px) {
#myVideo {
  position: relative;
  right: 0!important;
  top: 0!important;
  width:100%!important;
  min-width:100%!important;
  min-height:50%!important;
  height:50%!important;
  z-index:9!important;
}

}

/* Establece el video por defecto para orientación vertical */
/*
@media (orientation: portrait) {
  #videoSource {
    content: url('../videos/paracasvertical.mp4')!important; /* Video en orientación vertical */
    /*
  }
}
*/
/* Establece el video para orientación horizontal */
/*
@media (orientation: landscape) {
  #videoSource {
    content: url('../videos/paracas.mp4'); /* Video en orientación horizontal */
    /*
  }
}
*/
