.video-wrapper {
    position: relative;
}
.video-volume-control {
    position: absolute;
    inset: auto auto 1cm;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.volume-icon {
    width: 24px;
    height: 24px;
}