| .video-grid { | |
| display: grid; | |
| flex-wrap: wrap; | |
| grid-template-columns: repeat(3, 1fr); | |
| gap:40px; | |
| justify-content: flex-start; | |
| max-width: 60%; | |
| } | |
| .video-item { | |
| width: 256px; | |
| height: 256px; | |
| margin-right: 40px; | |
| margin-bottom: 60px; | |
| text-align: left; | |
| } | |
| video { | |
| width: 100%; | |
| height: 100%; | |
| } | |
| .video-title { | |
| margin-top: 10px; | |
| } | |
| .video_style { | |
| position: fixed; | |
| top:1%; right:1%; | |
| height:30%; | |
| width:25%; | |
| } |