10 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | .video-full { | ||
|  |   @apply w-full relative; | ||
|  |   padding-top: 56.25%; | ||
|  | 
 | ||
|  |   iframe, | ||
|  |   embed { | ||
|  |     @apply absolute h-full left-0 top-0 w-full | ||
|  |   } | ||
|  | } |