@media only screen and (min-width: 1025px){
	.hidepc { display: none !important; }
}
@media only screen and (min-width: 835px) and (max-width: 1024px){
	.hidetabletl { display: none !important; }
}
@media only screen and (min-width: 769px) and (max-width: 834px){
	.hidetablet { display: none !important; }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
	.hidetabletxs { display: none !important; }
}
@media only screen and (min-width: 376px) and (max-width: 480px){
	.hidesmartphone { display: none !important; }
}
@media only screen and (max-width: 375px){
	.hidesmartphonexs { display: none !important; }
}