#agregar-video{
    
    display: flex;
    justify-content: center;
}


video {
  /* ... previous stuff ... */
  
    
    
    /*height: 50vh;*/
    max-height: 500px;
    display:flex;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    
  
}


#img-publicacion{
    max-height: 500px;
    display:flex;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    
}
