/* Responsiveness for TIF website */

@media only screen and (min-width : 1441px) and (max-width : 1680px) {
	
}
@media only screen and (min-width : 1280px) and (max-width : 1440px) {
	
}
@media screen and  (max-width: 1024px) {
	
}
@media screen and  (max-width: 768px) {
	
}
@media screen and  (max-width: 600px) {
	.ticker-heading {padding: 11px 10px;}
	.ticker-heading:after {margin-left:10px;}
}