/*
 Theme Name:   Screenr Child
 Theme URI:    https://www.famethemes.com
 Description:  Screenr sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     screenr
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  screenr-child
*/


/* Add your custom css below
-------------------------------------------------------------- */
@media (max-width: 1300px) {
	#hero {
		max-height: 640px
	}
}
@media (max-width: 1100px) {
	#hero {
		max-height: 560px
	}
}
@media (max-width: 992px) {
	#hero {
		background-image: url('assets/images/TIP-Home-Page-Main.jpg');
		background-position: top left;
		background-repeat: repeat-y;
		background-size: contain;
		height: 480px !important;
		padding-top: 95px;
		max-height: 500px
	}
}
@media (max-width: 768px) {
	.site-header {}
	.site-header.sticky-header.transparent {
		
	}
	.site-header .site-branding img,
	.site-header .site-branding a {
		  max-width: 160px;
	}
	#hero {
		height: 390px !important;
		padding-top: 65px;
	}
}

@media (max-width: 550px) {
	#hero {
		height: 350px !important;
		padding-top: 65px;
	}
}

@media (max-width: 480px) {
	
	#hero {
		height: 300px !important;
		padding-top: 65px;
	}
}

@media (max-width: 360px) {	
	#hero {
		height: 275px !important;
	}
	
	#hero .swiper-slide {
		background-size: contain;
  		background-position: top center !important;
	}
}