.fancybox-bg {
    background: inherit;
}

.fancybox-close-small {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url('/modules/ebuTemplateSet/img/fancybox_sprite.png');
}

.fancybox-content {
    border: 12px solid white;
    border-radius: 5px;
}

.video-overlay {
    display: inline-block;
    position: relative;
}

.video-overlay:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    background: url('/files/live/sites/ebu/files/embed/70th/play.png');
    background-size: cover;
    content: '';
}
