#divFLRARight{
	display: none !important;
}

@media only screen and (min-width: 1280px) {
	#divFLRARight{
	display: block !important;
}
	#divFLRARight img{
		max-width: 198px;
	}
}
@media only screen and (min-width: 1441px) {
	#divFLRARight img{
		max-width: 270px;
	}
}
@media only screen and (min-width: 1500px) {
	#divFLRARight img{
		max-width: 300px;
	}
}