mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 19:28:27 -04:00
19 lines
257 B
CSS
19 lines
257 B
CSS
.player {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.player video {
|
|
border-radius: var(--radii-corner);
|
|
}
|
|
|
|
.wrapper.responsive {
|
|
position: relative;
|
|
padding-top: 56.25%; /* ratio of 1280x720 */
|
|
}
|
|
|
|
.wrapper.responsive .player {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|