35a929c415
Fixes #697 #1101
18 lines
258 B
SCSS
18 lines
258 B
SCSS
@import "_variables";
|
|
@import "_mixins";
|
|
|
|
.embed-video {
|
|
.gallery-video {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
background-color: black;
|
|
top: 0%;
|
|
left: 0%;
|
|
}
|
|
|
|
.gallery-video > .attachment {
|
|
max-height: unset;
|
|
}
|
|
}
|