.videoMult {
/* width: min(370px,100%);  */
height: auto; 
-webkit-background-size:cover; 
-moz-background-size:cover; 
-o-background-size:cover; 
background-size:cover;  
} 

.obertInVideoMultBoth {
 float: left; 
 display: block;
 padding-bottom: 20px;
 padding-left: 20px; 
 min-width: 300px; 
} 

.obertVideoMult {
width: 30%; 
}  

.obertTxtMult {
width: 70%;
padding-right: 20px;  
}

/* для newvideosingle tan */
.viravn-video-center {
    justify-content: center;
   }
   
   .viravn-video-left {
    justify-content: flex-start;
   }  
     
   .viravn-video-right {
    justify-content: flex-end;
   }  
     
   .viravn-video-with-intervals {
    justify-content: space-evenly;
   }   
     
   .videoParams {
      width: 100%;
      height: auto;
      background: #dedede;    
      aspect-ratio: 16/9;
      object-fit: contain;
    }
     
   
    
   .txtHeight {
    display: block;
    margin-bottom: 2em;
       padding-left: 10px;
       padding-right: 10px;  
   }  
   
   .txtHeight  h3 {
       font-weight: normal;
       -moz-hyphens: auto;
       -webkit-hyphens: auto;
       -ms-hyphens: auto;
       width: 100%;

     }

.viravn-video-center > div {
	text-align: center;
}
