.content{
	overflow: auto;
	position: relative;
	width: 100%;
	height: calc(100vh - 190px);
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}








@media only screen and (min-width:1201px) and (max-width:1400px) {

}

@media only screen and (min-width:992px) and (max-width:1200px) {

}
@media only screen and (min-width:768px) and (max-width:991px) {


}
@media only screen and (min-width:480px) and (max-width:767px) {

}
@media only screen and (max-width:479px) {


}








