﻿/* iPhone ------------------------------------------------------- */
@media screen and (max-width: 600px) {

    .sys_add-your-comment{
    	width:95%;
	}
	
	#Body #Sidebar{
	display:none;
}

#content{
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
	.sys_theme-simple .sys_comments-control .sys_comments-title{
		margin-top:10px;
	}
	
}


/* iPhone (portrait) ------------------------------------------------------- */
@media screen and (max-width: 600px)  and (orientation: portrait) {
	#Body #content .sys_articleContent img{
			width:100%;
            height:auto;
		}
	}
	
@media screen and (max-width: 600px)  and (orientation: landscape) {
		#Body #content .sys_articleContent img{
			max-width:40%;
            height:auto;
		}
}
