/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below */

/*Video tab */
.custom-video-container {
    width: 100% !important;
    max-width: 1300px !important;
    margin: 20px auto !important;
    clear: both;
}
.video-responsive-wrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 ratio */
    height: 0 !important;
    overflow: hidden !important;
}
.video-responsive-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

/*Video tab kraj*/ 

/* Force WooCommerce tabs to stop auto-capitalizing every word */
.woocommerce-tabs ul.tabs li a {
    text-transform: none !important;
}