.sticky__video__wrap{
  z-index: 9;
  position: relative;
}
.sticky-container__video {
  height: auto;
  max-width: 480px;
  width:100%;
  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%;
}