@media print {
	.print-main-logo-size img {
		width: 60%;
		overflow: hidden;
		padding-bottom: 25px;
	}

	.per_category_image_title_body,
	.print-100 {
		width: 100% !important;
		background-color: red !important;
	}

	.text-print-left {
		text-align: left !important;
	}

	.editorInfoBox {
		width: unset;
	}
}