body{
	background: url(https://www.bigsportscontest.com/img/38/BM_bg-bracket-landing.jpg) no-repeat center top #232323;
	background-size: 1000px;
}

.body {
    top: 145px;
    position: relative;
    height: 0;
}

div.container{
	margin: 175px auto 50px auto;
	background: #FFF;
}

.leftc, .rightc{
	width: 100%;
}

.contest-traditional::after{
    background: url(https://www.bigsportscontest.com/img/38/BM_bg-bracket.jpg) no-repeat center top #FFF;
}

@media screen and  (min-width: 780px){ 
  .body{
		top: 180px;
	}
}

@media screen and  (min-width: 960px){ 

	body{
		background-size: auto;
	}

	.body{
		top: 370px;
	}
	
	div.container{
		margin: 350px auto 50px auto;
	}
	
}