/*** Mobile Media Query (Portrait) Start ***/
.wp-blocks > *:not([class]) img
{
	max-width: 100%;
	height: auto;
}

.wp-blocks > *:not([class]) .alignnone,
.wp-blocks > *:not([class]) .aligncenter,
.wp-blocks > *:not([class]) .alignright,
.wp-blocks > *:not([class]) .alignleft
{
	display: block;
}

.wp-blocks > *:not([class]) .alignnone
{
	margin: 0;
}

.wp-blocks > *:not([class]) .aligncenter
{
	margin: 0 auto;
	text-align: center;
}

.wp-blocks > *:not([class]) .alignright
{
	margin: 0 0 0 1em;
	float: right; /* Required to force align image within text */
}

.wp-blocks > *:not([class]) .alignleft
{
	margin: 0 1em 0 0;
	float: left; /* Required to force align image within text */
}

.wp-blocks > *:not([class]) .wp-caption
{
	margin: 1em 0;
}

.wp-blocks > *:not([class]) .wp-caption > figure,
.wp-blocks > *:not([class]) .wp-caption > div
{
	display: inline-block;
	background-color: #fff;
	text-align: center;
}

.wp-blocks > *:not([class]) .wp-caption > figure
{
	margin: 0;
}

.wp-blocks > *:not([class]) .wp-caption > figure > img,
.wp-blocks > *:not([class]) .wp-caption > div > img
{
	border: 0 none;
	vertical-align: top;
}

.wp-blocks > *:not([class]) .wp-caption-text
{
	padding: 0.5em 10px;
}

.wp-blocks > *:not([class]) .wp-video
{
	margin: 1em auto;
}
/*** Mobile Media Query (Portrait) End ***/