/*
Theme Name: Kadence Child
Theme URI: http://design42.ch
Description: WordPress Theme
Author: Design42
Author URI: http://design42.ch/
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: kadence
Tags: black, company, creative, full screen, history, one page, parallax, photography, porfolio, professional, video, white
Version: 1.0.5
Template: kadence
*/

/*
Main stylesheet is located in the /css/style.css or /css/dark-style.css file
*/

/* --- YouTube background video: suppress YouTube's own UI --- */
/* Kill hover overlays (title bar, Share, Watch later) and stray clicks */
.kb-blocks-bg-video-container.embedded .kb-blocks-bg-video {
    pointer-events: none;
}
/* Overscale so YouTube's top title bar and bottom logo fall outside the crop.
   Kadence centres the iframe with translate(-50%,-50%) — keep that, add scale. */
.kb-blocks-bg-video-container.embedded .kb-bg-video-iframe {
    transform: translate(-50%, -50%) scale(1.25);
}