audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

#seccion-video {
    margin: 0;
    padding: 0;
    background: transparent;
    background-attachment: fixed;
    background-size: cover;
}

#video-background {
    position: initial;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;

    z-index: -100;
}
 
.carousel-inner > .item.active >img,
#myvideo {
    position: initial;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;

}

#myvideo .content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myvideo #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myvideo #myBtn:hover {
  background: #ddd;
  color: black;
}

.header-video .content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom:50%;
    top:0%;
    width: 100%;
    margin:0px auto;
}

.header-content {
    z-index: 2;
    padding: 1.5em;
    background:rgba(139,185,174, 0.5);
}

.content .btn {    
    color: rgba(146,147,149,1) !important;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-decoration: none;
}

.header-video .content h3{
  color:dimgray;
}
.content .btn:hover {    
  color: rgba(139,185,174,1);  
}

@media (max-width: 960px) {
    .header-video .content {
      display: none;
    }
  }


  
.content .btn:hover:hover,
.content .btn:focus:focus {   
    background-color: rgba(139,185,174,1);
    border-color: rgba(139,185,174,1);
  }