@media only screen and (min-width: 1199px) and (max-width: 1360px) {
/* Body */
	.body {
background: none;
margin: 0px;
 padding: 0px;
}
 img, object, embed, video, iframe {
 border:none;
 max-width: 100%;
}
 .detail_txt img{
 border:none;
 max-width: inherit !important;
}
	/* Wrapper */
	.wrapper {
width: 1183px;
margin:0px auto;
}	
.content_bg{background-image:url(../../images/normal_content_bg.jpg);}
.right_img{width:50%;}
.address{margin-right:70px;}
.videos iframe{width:380px; height:280px;}
}