

@media screen and (max-width: 485px) and (min-width: 300px){
	.item{height:250px;}
#largeScreenOnly,#largeScreens{ display:none; }
}
@media screen and (max-width: 1600px) and (min-width: 486px){.item{height:350px;}
.hidBig{ display:none; }
}
@media screen and (max-width: 2600px) and (min-width: 1601px){
	.item{height:430px;}
	#SmallScreenOnly{ display:none; }

}
.carousel-caption {z-index: 1;}

.affix {
    top:0px;
    position: fixed;
   	width: 100%;
	z-index:777;
}