/* Responsiveness for hello-child website */

@media only screen and (min-width : 1481px) and (max-width : 1680px) {
	
}
@media screen and  (max-width: 1480px) {
	
}
@media screen and  (max-width: 1024px) {
	
}
@media screen and  (max-width: 768px) {
	
}
@media screen and  (max-width: 600px) {
	
}