.sticky-container__video {
  height: auto;
  width: 480px;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999;
}
.sticky-container_in-content .sticky-container__video {
  /*padding-bottom: 56.25%;*/
  position: relative;
  height: auto; 
  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%;
}
.sticky-container_sticky .video-frame{
  height: 350px;
}