.video-mask-block {
    width: 100%;
}

.video-mask-block__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-mask-block__media {
    max-width: 411px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.video-mask-block__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-block-mask-one{
    margin-bottom: -130px;
}

.video-block-mask-two{
    margin-top: -130px;
}