img.hide-on-desktop.hide-on-tablet {
    display: none;
}

@media (max-width:690px){
	
	
	img.hide-on-desktop.hide-on-tablet {
    display: block !important;
}
.hide-on-mobile{display:none !important;}

}

