/*
Theme Name: cw-guide ui
Theme URI: https://conseil-russes-france.org
Author: Dominyka Idzelyte/creationweb123.fr
Author URI: https://creationweb123.fr/
Description: The 2023 theme for KC.fr takes us back to the website, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: creationweb123

*/

.video-thumbnail {
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    transition: transform 0.2s;
}
.video-thumbnail:hover {
    transform: scale(1.05);
}
.modal-dialog {
    max-width: 800px;
}
.modal-body {
    position: relative;
    padding: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: '';
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



