/*
Theme Name: Betheme Carmen Customizations
Template: betheme
Theme URI: https://wordpress.org/themes/betheme/
Author: Peter M.Fam
Author URI: https://petermfam.me
Description: This is a child theme to contain custom functions for the studio requirements 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 8.3
Version: 0.1
*/


#logo > img.logo-main.scale-with-grid {
	max-width: 300px;
}

iframe.scale-with-grid.mcb-video {
	width: 100%;
	aspect-ratio: 16/9;
}

#Top_bar .menu li ul li {
    width: auto !important;
    min-width: 200px;
}
