	#container {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 75px;
	}
	
	.sections {
		width: 100%;
		height: 100%;
		height: 400px;
		max-height: 600px;
	}
	
	.section {
		width: 100%;
		height: 100%;
	}
	
	#container,
	.sections {
		position: relative;
	}
	
	.section {
		background-color: #000;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	
	.title1 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat -700px 20px;
	}
	
	.title2 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat -880px 20px;
	}
	
	.title3 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat -180px 20px;
	}
	
	.title4 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat -370px 20px;
	}
	
	.title5 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat -535px 20px;
	}
	
	.title6 {
		display: inline-block;
		width: 122px;
		height: 123px;
		background: url(../images/title-7.png) no-repeat 10px 20px;
	}
	
	.anli1 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -5px -135px;
	}
	
	.anli2 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -158px -135px;
	}
	
	.anli3 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -303px -135px;
	}
	
	.anli4 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -434px -135px;
	}
	
	.anli5 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -561px -135px;
	}
	
	.anli6 {
		display: inline-block;
		width: 77px;
		height: 77px;
		background: url(../images/title-7.png) no-repeat -701px -135px;
	}
	
	.tese1 {
		width: 263px;
		height: 112px;
		margin: 0 auto;
		background: url(../images/title-7.png) no-repeat 0 -271px;
	}
	
	.tese2 {
		width: 263px;
		height: 112px;
		margin: 0 auto;
		background: url(../images/title-7.png) no-repeat -354px -427px;
	}
	
	.tese3 {
		margin: 0 auto;
		width: 263px;
		height: 112px;
		background: url(../images/title-7.png) no-repeat 0 -427px;
	}
	
	.tese4 {
		margin: 0 auto;
		width: 263px;
		height: 112px;
		background: url(../images/title-7.png) no-repeat -354px -271px;
	}
	
	@media (max-width: 767px) {
  	#container {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
	}
  	.sections {
		width: 100%;
		height: 100%;
		height: 106px;
		max-height: 200px;
	}
 
	.section {
		background-color: #000;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	
}