.WikiOverviewWebPartContainer{
	> a{
		max-width: 400px;
	}
}

@media screen and (min-width: 0) and (max-width: 480px){
	table#layoutsTable{
		> td{
			display: block;

			width: auto !important;
			min-width: 100%;
			&::after{
				display: block;
				clear: both;

				content: " ";
			}
		}
	}
	.ms-rtestate-field{
		p img{
			height: auto;
			max-width: 100%;
			margin: 0px !important;
		}
	}
	.ms-rte-layoutszone-inner{
		.wpxp-startconv-img{
			width: 28px;
		}
	}
	.ms-wiki-columnSpacing{
		padding-left: 0;
	}
	.ms-rte-layoutszone-inner{

			div:not(.ms-rte-wpbox) > img{
				max-width: 100%;
				// width: 100%;
				margin-left: 0px !important;
			}
	}
}
.ms-rte-layoutszone-inner{

		div:not(.ms-rte-wpbox) > img{
			max-width: 100%;
			margin-left: 0px !important;
		}

}
img.ms-asset-icon{
	width: unset;
}
.ms-blog-MainArea .ms-blog-postBody{
	img.ms-asset-icon{
		width: unset;
	}
}