
@media only screen and (max-width: 768px) {
    .item-page.emw-article img {
        height: auto;
        width: 90%;
    }
}

@media screen and (max-width: 480px){
	iframe{
		width: 100%;
	}
	.t3-content{
		width: 100%;
	}
	.article-info{
		font-size: 10pt;
	}
	.item-page.emw-article .page-header h2{
		font-size: 20pt;
	}
	.item-page.emw-article .tags {
		font-size: 11pt;
	}
	.item-page.emw-article .pull-right.item-image{
		margin: 0 !important;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.item-page.emw-article .pull-right.item-image .img_caption{
		width: 100% !important;
	}
	.item-page.emw-article img{
		width: 100%;
		max-width: 100%;
	}
	.item-page.emw-article div[itemprop="articleBody"]{
		font-size: 11pt;
		line-height: 1.2;
		width: 100%;
	}
}