File size: 480 Bytes
52a8aa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.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%;
}