#Fan {
    background-color: #000;
    background-image: url(../images/fancontrol_1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
}

@media screen and (max-width: 1366px) {
    #Fan {
        background-image: url(../images/fancontrol_1366.jpg);
        background-position: center;
        min-height: 650px;
    }
}

@media screen and (max-width: 960px) {
    #Fan {
        background-image: url(../images/fancontrol_960.jpg);
        background-repeat: no-repeat;
        background-position: center;
        min-height: 600px;
    }
}

@media screen and (max-width: 640px) {
    #Fan {
        background-image: url(../images/fancontrol_640.jpg);
        background-position: center;
        min-height: 544px;
    }
}


/*@media screen and (max-width: 360px) { 
	#Fan {
		background-image:url(../images/12_Fan-Control-800.jpg);
		background-position:48% 220px;
		min-height:520px;
	}
}*/
