.flop-player-overflow-hidden {
    overflow: hidden !important
}

.flop-player-display-none {
    display: none !important
}

.flop-player-iframe {
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%); 
    position: fixed;
}