.sticky-container__video, .sticky-container__video43 {
    height: 270px;
    width: 480px;
    right: 0;
    bottom: 90px;
    position: fixed;
    z-index: 12;
}
@media only screen and (max-width: 600px) {
    .sticky-container__video, .sticky-container__video43 {
        height: 250px;
        width: 141px;
        right: 60px;
        bottom: -100px;
        position: fixed;
        z-index: 12;
    }
}
.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__video43 {
    padding-bottom: 75.18%;
    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%;
 
}

.sticky-container__wrap {
    margin-bottom:36px;
}
