/*desktop*/
@media (min-width: 768px){
	.insta_tablet {display:none !important}
	.insta_smartphone {display:none !important}
	.insta_iphone {display:none !important}
}

/*tablet*/
@media all and (max-width: 767px) and (min-width: 630px){
	.insta_desktop {display:none !important}
	.insta_smartphone {display:none !important}
	.insta_iphone {display:none !important}
}

/*smartphone*/
@media all and (max-width: 629px) and (min-width: 470px){
	.insta_desktop {display:none !important}
	.insta_tablet {display:none !important}
	.insta_iphone {display:none !important}
}

/*iphone*/
@media all and (max-width: 459px){
	.insta_desktop {display:none !important}
	.insta_tablet {display:none !important}
	.insta_smartphone {display:none !important}
}