@media (max-width: 800px){
	#body .box-content .box-body .content-description{
		overflow: hidden;
	}
		#body .box-content .box-body .content-description img,
		#body .box-content .box-body .content-description iframe{
			width: 100% !important;
		}
	#body .box-content .box-body .content-attach .table-responsive > .table{
		margin-bottom: 15px;
	}
}