.center-in{
	position: relative;
	margin: auto;
	max-width: 960px;
	width: 100%;
}
.promotion-info-m .wrap{
	padding: 20px;
}
	.bottomshadow{
		box-shadow:0px 10px 20px 0px rgba(0%,0%,0%,0.1);
		margin-bottom: 10px;
	}

.promotion-info-m .img{
	background-color: #000;
	height: auto;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center;
	// cursor: s-resize;
	overflow: hidden;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
	// .promotion-info-m .img:hover{
	// 	opacity: 0.8;
	// }
	// .promotion-info-m .img.clicked{
	// 	cursor: n-resize;
	// }
	// .promotion-info-m .img.clicked:hover{
	// 	opacity: 1;
	// }
.promotion-info-m .img img{
	visibility: hidden;
}

.content img{
	max-width: 100%;
	height: auto !important;
}




.promotion-info-m .title{
	font-size: 25px;
	text-align: center;
}
.promotion-info-m .content{
	font-size: 15px;
	line-height: 25px;
}
.promotion-info-m .brief{
	font-size: 18px;
	text-align: center;
}
.promotion-info-m .img{
	background-size: cover;
	background-position: center;

}


.promotion-info-m .date{
	font-size: 13px;
	font-weight: lighter;
	margin-top: 15px;
	/*margin-bottom: 10px;*/
	color: #999;
	text-align: center;
}
	.promotion-info-m .date_start{
		font-size: 13px;
		display: inline-block;
		font-weight: bold;
	}
	.promotion-info-m .date_end{
		font-size: 13px;
		display: inline-block;
		font-weight: bold;
	}
.promotion-info-m ul li{
	margin-left: 20px;
}
.promotion-info-m .link{
	display: none;
	border: 2px solid #000;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 50px;
}
.promotion-info-m .back{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	padding: 0px;
	text-shadow: 0px 0px 10px #333;
	width: 100%;
	// background-color: red;
}
	.promotion-info-m .back .button{
		display: inline-block;
		// background-color: blue;
		padding: 20px;
		cursor: pointer;
	}
	.promotion-info-m .back i{
		margin-right: 10px;
	}

.promotion-info-m .share-wrap{
	color: #FFF;
	text-align: center ;
	margin-bottom: 0px !important;
}


@media screen and (min-width: 960px) {
	.promotion-info-m .content{
		font-size: 16px;
		line-height: 35px;
	}
	.promotion-info-m .title {
	    font-size: 30px;
	    text-align: left;
	    position: relative;
	}
	.promotion-info-m .brief {
	    font-size: 24px;
	    text-align: center;
	    text-align: left;
	}
	.promotion-info-m .date{
		text-align: left;
		font-size: 16px;
		margin-top: 15px;
	}
	.promotion-info-m .date_start{
		font-size: 16px;
	}
	.promotion-info-m .date_end{
		font-size: 16px;
	}
	.jssocials-shares {
	    font-size: 18px !important;
	    text-align: left;
	    margin-top: 15px !important;
	}
	.promotion-info-m .link {
	    width: 250px;
	    position: relative;
	    margin: auto;
	}
	.promotion-info-m .img{
		height: 400px;
		height: 25vw;
	}
	.promotion-info-m .back .button {
	    font-size: 20px;
	    padding-left: 0px;
	}

	// .img .hover{
 //  		position: absolute;
	//     left: 50%;
	//     bottom: -60px;
	//     width: 60px;
	//     height: 60px;
	//     margin-left: -30px;
	//     border-radius: 80px;
	//     color: #999;
	//     text-align: center;
	//     line-height: 80px;
	//     font-size: 18px;
	//     border: 2.5px solid #FFF;
	//     background-color: rgba(0%,0%,0%,0.5);
	//     -webkit-transition: bottom 0.3s;
	//     -moz-transition: bottom 0.3s;
	//     -o-transition: bottom 0.3s;
	//     transition: bottom 0.3s;
 //  	}
 //  		.img .hover i{
 //  			color: #FFF;
 //  			line-height: 58px;
 //  			font-size: 25px;
 //  		}

 //  	.img:hover >.hover{
 //  		bottom: 10px;
 //  	}
 //  	.img.clicked:hover >.hover{
 //  		bottom: -60px;
 //  	}


}


	