
@media (min-width:1200px) {

	.skewLeft {
		width: 100%;
		height: 100px;
		background: rgb( 198, 90, 144 );
		background: -webkit-radial-gradient( ellipse farthest-corner at 45px 45px , #00FFFF 0%, rgba(0, 0, 255, 0) 50%, #0000FF 95% );
	}
	.skewRight {
		width: 100%;
		height: 100px;
		background: rgb( 198, 90, 144 );
	}

}