balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

video.css (254B)


      1 .rwmb-video-item {
      2 	position: relative;
      3 	float: left;
      4 	margin: 0 12px 12px 0;
      5 	list-style: none;
      6 	width: 300px;
      7 	box-sizing: border-box;
      8 }
      9 
     10 .rwmb-video-item video {
     11 	width: auto;
     12 	height: 100%;
     13 }
     14 
     15 .rwmb-video-item .rwmb-media-info {
     16 	margin-top: 12px;
     17 }