.ws-pre-line{
	white-space: pre-line;
}

.detail-content img{
	max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    .detail-content img{
    	height: auto !important;
    	width: auto !important;
	}
}