/*  ------  local   ------  */

 body, html { overflow-x: clip !important; } 
.for-desktop{
	display: block;
}
@media (max-width: 480px) {
	.for-desktop{
	display: none;
}
}