.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    background-image: url('./../img/video/theme1/player.png');
    width: 78px;
    height: 77px;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    background-color: transparent;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none;
}
.video-outline {
    position: relative;
    width: 638px;
    height: 468px;
}
.video-outline .video-container {
    background: transparent;
    top: 114px;
    left: 28px;
    width: 580px;
    padding-top: 52.25%;
}
.video-outline .video-js {
    background-color: white;
}
.video-outline .video-border {
    background-image: url('./../img/video/theme1/border.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 638px;
    height: 468px;
    z-index: 9999;
    pointer-events: none;
}
