/*
Theme Name: Moreau Child
Theme URI: https://moreau.qodeinteractive.com
Description: A child theme of Moreau
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: moreau
Template: moreau
*/
.video-bg{
	width:100vw!important;
	height:100vh!important;
	overflow:hidden;
}
.video-bg div{
	width:100vw!important;
	height:100vh!important;
}
.video-bg video{
	width:100vw!important;
	height:100vh!important;
}
.video-container{
	width:100vw!important;
	height:50vh!important;
	overflow:hidden;
}
.inverted-img{
	filter: invert(1);
}
.mashed-title{
 font-size: 70px;
}
.elementor-widget-image a{
 height:100%;
}
@media screen and (max-width:960px){
.mashed-title{
 font-size: 40px;
}
}