#container0 {
    display: block;
}

#homeIMG {
    display: none;
}

/*
@media only screen and (orientation:portrait) and (max-width: 668px){
	#container0 {  
		display:block;
	}
}
*/
@media only screen and (orientation:landscape) and (max-width: 900px) and (max-height: 655px) {
    #container0 {
        display: none;
    }

    #homeIMG {
        display: block;
    }
}
