.recommendWrap {
	display: flex;
	justify-content: space-between;
}
a.item figure.loaded:after {
	content: "";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 100%;
	background: url(/communication/img/icon_play.png) center center no-repeat;
	background-size: 60px auto;
}
#mmi-container ul.bnrs li img {
	border-radius: 5px;
}
#mmi-container ul.bnrs.duo.duosp li {
	width: 465px;
}
#mmi-container ul.bnrs.duo li {
	margin-bottom: 0;
}
#mmi-container .recipe-search-result #append {
	text-align: center; 
	width:100%; 
	display: none; 
	padding: 31px 0;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.recommendWrap {
		flex-direction: column;
		justify-content: center;
	}
	#mmi-container ul.bnrs.duo.duosp li {
		width: 100%;
		padding: 0;
	}
	a.item figure.loaded:after {
		top: -16px;
	}
	#mmi-container .recipe-search-result #append {
		padding: 20px 0;
		margin-bottom: 10px;
	}
}