@media (min-width: 1200px) {
	.container {
    	width: 1280px;
	}
}

@media (max-width: 980px) {
	.pview h1
	{
		font-size: 48px;
	}
}