/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
@media screen and (max-width:768px){
	.editorTable tr td{
		float:left;
		width:100% !important;
		margin-bottom:15px;
	}
	.editorTable tr td img{
		height:auto !important;
		width:auto !important;
	}
	.editorTable tr td table td{
		float:none;
	}
}