.sticky-container__video {
  height: 270px;
  width: 480px;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 9;
}
.sticky-container_in-content .sticky-container__video {
  padding-bottom: 56.25%;
  position: relative;
  height: 0; width: auto;
  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%;
}
