#immersion-guides .prod-left-nav .sectionName {
	 visibility: hidden;
	 height: 15px;
     width: 28px;
}
.asset .productCell
{ 
	min-height: 350px; 
}
.tech-specs .details-description li span p {
	font-size: 14px;
}
/*footer terms of use*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	a[href*="terms-of-use"].subnav-menu-item {
	height: 90px !important;
    max-height: 90px !important;
    line-height: 90px;
	}
	a[href*="terms-of-use"] span {
		font-size: 10px;
	    vertical-align: middle;
	    display: inline-block !important;
	    line-height: 18px;
	}
	h1 span.hero-title.longWord  {
		font-size: 30px;
	}	
}
@media only screen and (device-width: 768px) and (device-height: 1024px) {
	a[href*="terms-of-use"].subnav-menu-item {
		max-width: 100%;
	}
}
@media only screen and (device-width: 1024px) and (device-height: 768px) {
		body.circle-landing #circle-shelf h1 {
		font-size: 45px;
		padding-top: 25px;
		letter-spacing: -4px;
	}
	body.circle-landing #circle-shelf h1 + p {
		font-size: 20px;
	}
	body.circle-landing #circle-shelf .content{
		bottom: 300px;
	}
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

	body.circle-landing #circle-shelf h1 {
		font-size: 45px;
		padding-top: 25px;
		letter-spacing: -4px;
	}
	body.circle-landing #circle-shelf h1 + p {
		font-size: 20px;
	}
	body.circle-landing #circle-shelf .content{
		bottom: 300px;
	}
}
@media only screen and (max-width: 980px) and (min-width: 480px) {
	#immersion-guides .phoneNav div {
    	height: 125px
	}
	.product-features-scrollable .feature-title {
		font-size: 1.4em;
	}
}
@media only screen and (max-width: 480px) and (min-width: 200px) {
	#immersion-guides .phoneNav div {
    	height: 125px
	}
	.product-features-scrollable .feature-title {
		font-size: 1.3em;
	}
}
@media (max-width: 992px) {
	.article h1.noheaderTitle span, .about h1.noheaderTitle span, h1.noheaderTitle, h1.noheaderTitle span   {
	    font-size: 23px;
   	    line-height:1.5em;
	}
	.article h1, .about h1 {
	    font-size: 23px;
	    line-height:1.5em;
	}
	.article h2, .about h2 {
	    font-size: 22px;
	}
	.article h3, .about h3 {
	    font-size: 21px;
	}
	.article h4, .about h3 {
	    font-size: 21px;
	}
	.carousel .main-hero .product-meta .product-info .product-name.mini-size {
	    font-size: 2.2em;
	}
}