Files
Gw0bm/public/njum/css/sticky.css
2021-06-25 08:25:11 +00:00

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%;
}