@media screen and (max-width:540px) {

	#magtu_message_for_debtor_message {
		width: 75vw;
		height: 75vh;
		
	}

}
@media screen and (max-width:375px) {

	#magtu_message_for_debtor_message {
		padding: 1.5rem;
	}
	

}