@media screen and (min-width:1024px) {
	#feature_1{
		height:110vh;
	}
	
	#feature_1 {
		background-image:url('../images/powrbeast-hydrastroke-background.jpg');
	 }
	
	#feature_2 {
		background-image:url('../images/powrbeast-severe-service-fluid-detail-background.jpg');
	}

	#feature_3{
		background-image:url('../images/powrbeast-intelligent-design-background.jpg');
	 }
	 
	 #feature_4{
		background-image:url('../images/powrbeast-honda-powered-background.jpg');
		padding-bottom:0px;
	 }
	
	#feature_1_logo{
		width:350px;
	}
	
	#feature_2_logo{
		width:350px;
	}
	
	#feature_3_logo{
		width:300px;
	}
	
	#feature_4_logo{
		width:530px;
	}
	
	#titan_powrbeast_rhino_logo {
		width:40%;
		display:inline-block;
		vertical-align:top;
		text-align:right;
	}
	
	#titan_powrbeast_rhino_logo img{
		width:300px;
	}
}

@media screen and (min-width:1220px) {
	
}

@media screen and (min-width:1280px) {
	#top_logo {
		padding-left:26px;
	}
}

@media screen and (min-width:1400px) {
	#top_logo {
		padding-left:70px;
	}
}

@media screen and (max-width:400px) {
	#powrbeast_hero_logo {
		width: 80%;
		margin-bottom: 25px;
	}
}