@media only screen and (min-width:1280px) and (max-width:99999px){
	.callbacks img{height:500px !important;}
}
@media only screen and (min-width:1024px) and (max-width:1279px){
	.callbacks img{height:500px !important;}
}

@media only screen and (min-width:768px) and (max-width:1023px){
	.callbacks img{height:400px !important;}
}

@media only screen and (min-width:640px) and (max-width:767px){
	.callbacks img{height:300px !important;}
}

@media only screen and (min-width:480px) and (max-width:639px){
	.callbacks img{height:200px !important;}
}

@media only screen and (min-width:360px) and (max-width:479px){
	.callbacks img{height:200px !important;}
}

@media only screen and (min-width:320px) and (max-width:479px){
	.callbacks img{height:200px !important;}
}

@media only screen and (max-width:320px){
	.callbacks img{height:200px !important;}
}

