13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
|
.talk-video {
|
||
|
@apply .relative .w-full;
|
||
|
padding-top: 56.25%
|
||
|
}
|
||
|
|
||
|
.talk-video iframe,
|
||
|
.talk-video embed {
|
||
|
@apply .absolute;
|
||
|
@apply .pin-l;
|
||
|
@apply .pin-t;
|
||
|
@apply .h-full;
|
||
|
@apply .w-full;
|
||
|
}
|