23 lines
466 B
CSS
Vendored
23 lines
466 B
CSS
Vendored
.sticky-container__video {
|
|
height: 270px;
|
|
width: 480px;
|
|
right: 0;
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.sticky-container_in-content .sticky-container__video {
|
|
padding-bottom: 56.25%;
|
|
position: relative;
|
|
height: 0; width: auto;
|
|
position: relative;
|
|
bottom: auto; right: auto;
|
|
overflow: hidden;
|
|
}
|
|
.sticky-container_in-content .sticky-container__video .sticky-container__object {
|
|
position: absolute;
|
|
top:0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|