/* 
Theme Name: NCAA
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom child theme for Top Fox Marketing, tailored for enhanced marketing performance.
Author: Top Fox Marketing
Author URI: https://topfoxmarketing.com
Template: hello-elementor
Version: 2.0.0
Text Domain: NCAA
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, marketing-focused, seo-optimized
*/

/* Add your custom styles here */

:root {
    /*Set 1rem equal 10px*/
    font-size: 62.5%;
  }
  
  
/*Selectors*/


/* Full width and height YouTube video */
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin-top: 40px; /* Add margin-top */
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Full width video shortcode */
.wp-video, video.wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
}