/*
Theme Name: TravelGenio-Corp
Theme URI: http://supratechtheme.com/demo/classic/
Description: Travelgenio Corporativo
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Travelgenio (repack JAGM)
Author URI: http://travelgenio.com
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
nav.main_menu ul li a {
    text-transform: unset !important;
} 
.searcher_iframe_responsive iframe {
	height: 420px;
}

.searcher_iframe_responsive {
	position: relative;
	overflow: hidden;
	padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .searcher_iframe_responsive iframe {
    padding-bottom: 0;
    height: 650px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .searcher_iframe_responsive iframe {
    padding-bottom: 0;
    height: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .searcher_iframe_responsive {
    padding-bottom: 16%;
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .searcher_iframe_responsive {
    height: 250px;
  }
}