/*
.feature::before {
	background-color: #cb3737;
}
*/


.tooltipimage-row {
	position: relative;
	height: 25%;
	}
	

#Freeze .tooltiptext {
	top: 20%;
	width:20%;
	left: 5%;
}

#Presetbrowser .tooltiptext {
	top: 10%;
	left: 65%;

}

#Presets .tooltiptext {
	top: 10%;
	left: 38%;
}


#Input .tooltiptext {
	top:48%;
	left:2%;
	max-width: 20%;
	}

#Feedback .tooltiptext {
	top:48%;
    max-width:20%;
	left:12%;
}


#Density .tooltiptext {
	top:60%;
	max-width:20%;
	left:40%;
}

#Tone .tooltiptext {
	top: 48%;
	max-width:20%;
	left:70%;
}


#Output .tooltiptext {
	top:48%;
    max-width:20%;
	left:80%;
}

#Mix .tooltiptext {
	top:75%;
    max-width:20%;
	left:75%;
}


#Time .tooltiptext {
	top: 75%;
	width:20%;
	left:25%;
}

#Spin .tooltiptext {
	top: 75%;
	width:20%;
	left:59%;
}


#Models .tooltiptext {
	top: 80%;
	width:20%;
	left:40%;
}


#Freeze img {
	position: absolute;
	width:15%;
	left: 8%;
	height: 14%;
	top:9%;
}

#Presetbrowser img {
	position: absolute;
	width:10%;
	left: 80%;
	height: 15%;
}

#Presets img {
	position: absolute;
	width:40%;
	height: 15%;
	left:30%; 
}


#Input img {
	position: absolute;
	width:12%;
	height: 22%; 
	left: 2%; 
	top: 25%;
}

#Feedback img {
	position: absolute;
	width:12%;
	height: 22%; 
	top: 25%;
	left: 16%;
}


#Density img {
	position: absolute;
	width:20.5%;
	left: 39.2%;
	height: 45%;
	top:20%;
}

#Tone img {
	position: absolute;
	width:12%;
	height: 22%; 
	left: 71%;
	top: 25%;
}


#Output img {
	position: absolute;
	width:12%;
	height: 22%; 
	left:85%; 
	top: 25%;
}

#Time img {
	position: absolute;
	width:12%;
	left: 29.5%;
	height: 22%; 
	top:52%;
}

#Spin img {
	position: absolute;
	width:12%;
	left: 57.5%;
	height: 22%; 
	top:52%;
}


#Mix img {
	position: absolute;
	width:16%;
	left: 77%;
	height: 25%; 
	top:52%;
}

#Models img {
	position: absolute;
	width:20%;
	height: 10%; 
	top: 70%;
	left:40%;
}

#Display img {
	position: absolute;
	width:99%;
	height: 7%; 
	top: 93%;
	left:0%;
}

@media (max-width:570px) {
	
.screenshot-text {
	display:none;
}	


.tooltipimage {
display:none;
}


	}	
	



	
