
@media screen and (max-width: 768px) {
	.lap {
		display: none;
	}

}

@media screen and (min-width: 769px) {
	.mob {
		display: none;
	}
	
}

