.video-play-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -31px auto 0;
    text-align: center;
    display: table;
    width: 100%;
}
.video-link-block a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 62px;
    height: 62px;
    z-index: 9999;
}
.video-play-button-icon {
    background-image: url(../images/video-play-icon.svg);
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.video-play-button-icon::after {
    content: "";
    border-color: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: video_sc;
    animation-name: video_sc;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* .highlights-section-main-tab .highlights-image-youtube.tab-ytp .popupVideo {
    position: relative;
}

.highlights-section-main-table .highlights-image-youtube.tab-ytp .popupVideo .play_btn {
    z-index: 8;
    top: 50%;
    left: 50%;
    right: auto;
    margin: 0;
    transform: translate(-50%, -50%);
} */
