/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

.homebutton {
	width: 95%;
}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 767px) {

.homebutton {
	width: 95%;
}
	
}

/* iPad (portrait & landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px)  { 

.homebutton {
	width: 95%;
}

}


/* iPad (Portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {



}


/* iPad (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) { 



}


