   .contenedor-video {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    
    .contenedor-video iframe {
        width: 100%;
        height: 100%;
    }
    
        
  .contenedor-video {
         height: 45vh;}
   
         
        @media screen and (max-width: 1023px) {
          
  
    

        } 
   
        
        
        
        @media screen and (max-width: 769px) {
            
          

        }
        
        @media screen and (max-width: 600px) {
          
               .contenedor-video {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }    
                       
     .contenedor-video {
         height: 28vh;}
    
             
            
       
        @media screen and (max-width: 400px) {
            
     
    
              .contenedor-video {
                  height: 20vh;}
            
            
        }
        
        
        
        @media screen and (max-width: 320px) {
            
             .contenedor-video {
                  height: 17vh;}
            
            }
           