.s-video-block{display:block}.s-video-block__video-wrapper{position:relative}.s-video-block__video{width:100%;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.s-video-block__video--desktop{display:none}@media screen and (min-width: 768px){.s-video-block__video--desktop{display:block}}.s-video-block__video--mobile{display:block}@media screen and (min-width: 768px){.s-video-block__video--mobile{display:none}}.s-video-block__buttons{z-index:2;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--flex-direction);flex-direction:var(--flex-direction);gap:10px}.s-video-block__buttons.is-left{left:16px;bottom:16px}@media screen and (min-width: 768px){.s-video-block__buttons.is-left{left:40px;bottom:40px}}.s-video-block__buttons.is-center{left:50%;bottom:16px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 768px){.s-video-block__buttons.is-center{bottom:40px}}.s-video-block__buttons.is-right{right:16px;bottom:16px}@media screen and (min-width: 768px){.s-video-block__buttons.is-right{right:40px;bottom:40px}}.s-video-block__button{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px;border-radius:28px;background:rgba(0,0,0,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);-webkit-transition:.5s;transition:.5s;height:54px;width:54px}.s-video-block__button svg{width:24px;height:24px}.s-video-block__button:hover{background:rgba(126,121,121,.08)}.s-video-block__button--desktop{display:none}@media screen and (min-width: 768px){.s-video-block__button--desktop{display:block}}.s-video-block__button--mobile{display:block}@media screen and (min-width: 768px){.s-video-block__button--mobile{display:none}}.s-video-block__button.is-hidden{display:none}