#ya_product_block-video .start_video {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#ya_product_block-video .start_video img {
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}

#ya_product_block-video .start_video svg {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: auto;
}
#ya_product_block-video .video_iframe {
    height: 100%;
}
