/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/



/* Add your custom styles here */

/* testimonial custun video-aspect-ratio start here */

@media (min-width: 1100px) and (max-width: 1199px) {
  
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 0.8 !important;
}
}
@media (min-width: 1200px) and (max-width: 1299px) {

#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 0.96 !important;
}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.1 !important;
}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.14 !important;
}
}

@media (min-width: 1500px) and (max-width: 1599px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.35 !important;
}
}

@media (min-width: 1600px) and (max-width: 1699px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.38 !important;
}
}
@media (min-width: 1700px) and (max-width: 1799px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.5 !important;
}
}
@media (min-width: 1800px) and (max-width: 1899px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.75 !important;
}
}
@media (min-width: 1900px) and (max-width: 1999px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 1.78 !important;
}
}

/* For mobile responsive */

@media (max-width: 767px) {
	
#custom-aspect.elementor-widget-video .elementor-wrapper  {
    --video-aspect-ratio: 2 !important;
}
}
