@import url("../nevada/responsive.css");

/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#lambda-featured-header-wrap .lambda-video {
		margin: 0 0 1em;
	}
}

/* Mobile/Browser */
@media only screen and (max-width: 767px) {
	#lambda-featured-header-wrap .lambda-video {
		height: 169px;
		margin: 0 0 1em;
	}
}

/* Mobile Landscape/Browser */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#lambda-featured-header-wrap .lambda-video {
		height: 237px;
	}
}

/* Anything smaller than standard 960 */
@media only screen and (max-width: 767px) {
	
}

/* iPad Portrait Only */
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {
	
}
	
/* Mobile Only */
@media only screen and (max-width: 767px) and (max-device-width: 1000px) {
	
}
	
/* Mobile Landscape Only */
@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {
	
}



/* #Tablet (Portrait)
================================================== */   

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
    
    
/*  #Mobile (Portrait) 
================================================== */
    
/* Note: Design for a width of 320px */
    
@media only screen and (max-width: 767px) {
    
}    
    
    
/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */
    
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}