.flyover-player {

    position: relative;

}

.flyover-player-overlay {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.flyover-player-logo-overlay {
    width: 21%;
    bottom: 5px !important;
    right: 5px !important;
    left: auto !important;
    top: auto !important;
    height: 11%;
}

.flyover-player-end-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 750;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
    background-color: #000000;
    cursor: pointer;
    display: none;
    text-align: center;
}

.flyover-player-start-overlay {
    padding-bottom: 26%;
    width: 32%;
    position: absolute;
    z-index: 750;
    top: 50%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.flyover-player-start-overlay img {
    top: 57%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);
    position: absolute;
    max-width: 80%;
    height: auto;
    max-height: 80%;
}

.flyover-player-start-overlay::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41.5%;
    border-bottom: 3px solid white;
}

.flyover-player-start-overlay::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41.5%;
    border-bottom: 3px solid white;
}


.flyover-player-start-overlay svg {
    border-radius: 50%;
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
}



.player-hide {
    display: none;
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.2%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player-arrow {
    z-index: 99999999;
    position: absolute;
    width: 30px;
    top: 46%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}

.player-arrow svg {
    fill: #fff;
}

.player-arrow-left {
    left: 0px;
}

.player-arrow-right {
    right: 0px;
}


.current-hole {
    background-color: #ccc;
}

.thumbnail-hole {
    cursor: pointer;
}