.dividercontsix {
	position: relative;
	overflow: hidden;
	height: 100px;
	background-color: #333;
} 

.dividercontsix-content {
	display: none;
	width: 0;
	height: 0;
	border-top: 50px solid #000; 
	border-right: 50vw solid transparent;	
	border-left: 50vw solid transparent;	
}
.dividercontsix-bg {
	width: 100vw;
	height: 50px;
	background-color: #009933;
}


@media (min-width: 992px) {
	.dividercontsix-content {
		border-top-width: 70px;
	}
	.dividercontsix-bg {
		height: 70px;
	}
	.dividercontsix  {
		height: 140px;
	}
}