﻿/* iPhone ------------------------------------------------------- */
@media screen and (max-width: 600px) {

    .sys_add-your-comment{
    	width:95%;
	}
	
   /* #Body #Sidebar{
        display:none;
	} */

#contentwrapper{
	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;
	}
	
}

#Body #contentwrapper .sys_articleContent .sys_imagebox img{
    width:100%;
    max-width:100%;
    height:auto;
}

/* iPhone (portrait) ------------------------------------------------------- */
@media screen and (max-width: 600px)  and (orientation: portrait) {
	#Body #contentwrapper .sys_articleContent img{
			width:100%;
            height:auto;
		}
        
#Body #contentwrapper .sys_articleContent  .sys_imagebox{
    width:100%;
    height:auto;
}
	}
	
@media screen and (max-width: 600px)  and (orientation: landscape) {
		#Body #contentwrapper .sys_articleContent img{
			max-width:40%;
            height:auto;
		}
        #Body #contentwrapper .sys_articleContent .sys_imagebox{
         width:40%;
            height:auto;
        }
}