
/*Laptop 1280*/
@media screen and (max-width: 1280px) {
		/*.logotitle img{width:50%;}*/
}

/* tablet - 1080 */
@media screen and (max-width: 1080px) {
	
}

/*Ipad horizontal - 1024*/
@media screen and (max-width: 1024px) {

}

/*Ipad vertical - 768*/
@media screen and (max-width: 768px) {
	}
/*mobile and other*/
@media screen and (max-width: 640px) {

}
@media only screen and (max-width : 540px) {
	
}
@media only screen and (max-width : 480px) {
	
}
@media only screen and (max-width : 320px) {
    .logotitle img{width:100%;}
	}
	
}














