.mainbg{
	position: relative;
}
.mainbg img{
	width: 100%;
	max-height: 500px;
	background-size: 100%;
	padding-top: 0;
	filter:blur(3px);
}
.mainbg .maintext{
	position: absolute;
	top: 50%;
	text-align: center;
	color: #fff;
	left: 50%;
	transform:translate(-50%,-50%);

}
.soundbg{
	/*background-color:#f8f8f8;*/
	width: 100%;
	/*padding:20px 0px 50px 0px;*/

}
.soundaec h2{
	color: #848484;
}
.soundaec h3{
	text-indent: 2em;
}
.soundaec p{
	padding: 30px 0px 0px 0px;
	margin: 0px !important;
	text-align: left;
	text-indent: 2em;
}
.soundbg .soundpic img{
	width: 100%;
	background-size: 100%;
	max-height: 500px;
}
.soundbg audio{
	width: 100%;
	margin-top: 20px;
}
.arguments{
	padding-bottom: 50px;
}