#present{
	background-image: url(/m/cmn_files/img_rwd/bg_anniversary.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	/*background-color: #464646;*/
    width:100%;
    height: 1000px;
    margin: auto;
    position: relative;
}
#present .relative{
	position: relative;
	width: 80%;
	margin:auto;
    max-width: 1040px;
}
#present .img_20{
	width: 20%;
	position: absolute;
	top: 50px;
	right: 10px;
}

#present .box_base{
	width: 830px;
	text-align: center;
	position: absolute;
	top: 150px;
	left:10%;
}

#present .text_center{
    position: absolute;
    bottom: 0;
    background-color: rgba(190,171,130,0.8);
    color: #FFF;
    width: 100%;
    left: 0;
    padding: 10px;
    line-height: 1.4;
    font-size: 80%;
    text-align: center;
}
@media screen and (max-width:768px){
	.back_color{
		height:50px;
		background-color: #464646;
	}

	#present .box_base{
	    width: 100%;
    	position: static;
	}

	#present .relative{
		position: static;
		width: 90%;
		margin:auto;
		margin-bottom: 50px;
	}
	#present .text_center{
		bottom: -54px; 
	}
	
	#present{
    	height: auto;
		position:relative;
	}

	#present .img_20 {
	    width: 70%;
	    margin: 0 auto;
	    padding: 13% 10% 20%;
	    position: static;
	}
	#present{
		background-attachment: unset;
		background-size: 445%;
	}
}