.-relative {
    position: relative;
}

.-video-play {
    position: absolute;
    /*bottom: 24px;*/
    top: 90px;
    right: 24px;
    width: 48px;
    height: 48px;
    z-index: 30;
}
.-video-play svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
