/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1201px) {
	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 769px) and (max-width:1200px) {

}

@media (min-width: 577px) and (max-width:768px) {
	
}

/* Eski telefonlar, 321 ve yukarısı */
@media(min-width:321px) and (max-width:576px){
	
}

/* En Küçük telefonlar  */
@media(max-width:320px){
	
}