.ndq-smaller-screen { display:none; }


@media 
	only screen and 
	(min-width : 375px) and (max-width : 667px),
	(min-width : 414px) and (max-width : 736px),
	(min-width : 320px) and (max-width : 568px),
	(min-width : 320px) and (max-width : 480px),
	(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3),
	(min-device-width : 414px) and (max-device-width : 736px) and (device-width : 414px) and (device-height : 736px) and (orientation : portrait)  and (-webkit-min-device-pixel-ratio : 3)  and (-webkit-device-pixel-ratio : 3),
	(min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3)	{
		
			#ndq-content .container  {padding: 20px !Important;}
			#ndq-content .ndq-tiles {}
			#ndq-content .ndq-tiles li {display: block;width: 100%;margin-bottom: 20px;padding: 0;}
			#ndq-content .ndq-tiles li div { height: auto; }
			#ndq-content select {width: 100%;display: block;}
			.ndq-smaller-screen { display:block; }
		
			.nir-node--21561 #ndq-content  .ndq-slide-wrap {margin-left:130px !important;}
		
			
		
		
			.ndq-results#ndq-content td a:before {transform: translateY(0%) !important;}
	}


/* landscape modes */
@media 
	only screen and 
	(min-width : 375px) and (max-width : 667px) and (orientation : landscape),
	(min-width : 414px) and (max-width : 736px) and (orientation : landscape),
	(min-width : 320px) and (max-width : 568px) and (orientation : landscape),
	(min-width : 320px) and (max-width : 480px) and (orientation : landscape),
	(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3) and (orientation : landscape) {

				#ndq-content .container  {padding: 20px !Important;}
				#ndq-content .ndq-tiles {}
				#ndq-content .ndq-tiles li {width: 100%;}
				#ndq-content .ndq-tiles li div { width: 100%;}
				#ndq-content .ndq-tiles li div img { width: 100%;}

		}
	
/* 6+ Landscape */
@media only screen 
    and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) {
    	
    	
    	 }


/* 6+ port */    	 
@media only screen 
    and (min-device-width : 414px) and (max-device-width : 736px) and (device-width : 414px) and (device-height : 736px) and (orientation : portrait)  and (-webkit-min-device-pixel-ratio : 3)  and (-webkit-device-pixel-ratio : 3)	{ 
	
	
	}


@media 
	only screen and 
	(min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
		#affix-nav {height: 90vh;overflow: scroll;}		
		}
		
@media 
	only screen and 
	(min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
		#affix-nav {height: 90vh;overflow: scroll;}		
		}
		
@media 
	only screen and 
	(min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
		#affix-nav {height: 90vh;overflow: scroll;}		
		}
		

