.content{
	width: 100%;
	height: 210px; /*160*/
	overflow: auto;
}

@media (max-width:767px){
.content{
	height: 160px;
}
}
