#wc-product-video-popup {
background-color: rgb(0 0 0 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#wc-product-video-player {
    max-width: 90%;
    max-height: 90%;
}

.wc-product-video-close-button {
    position: absolute!Important;
    top: 10px!Important;
    right: 10px!Important;
    background: transparent!Important;
    border: none!Important;
    font-size: 24px!Important;
    color: #ffffff!Important;
    cursor: pointer;
}

button.button.wc-product-video-button {
    background: #fff;
    color: #000;
}
.wc-product-video-button {
  display: inline-flex;
  align-items: center;
}

.video-icon {
    max-width: 25px !important;
    margin-right: 3px !important;
    margin-top: -4px;
}