@charset "UTF-8";
.article .story-content .reswrapper .clearfix:after {
		content: " "; /* Older browser do not support empty content */
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	}

	.article .story-content .reswrapper {
		max-width: 620px;
	}

	.article .story-content .reswrapper div {
		float: left;
		display: inline-block;
	}

	.article .story-content .reswrapper img {
		padding: 0;
		margin: 0;
		display: block;
		border: none;
		max-width: 100%;
	}

	.article .story-content .reswrapper .res50 {
		max-width: 50%;
	}

	.article .story-content .reswrapper .res100 {
		max-width: 100%;
	}

	@media (max-width: 420px){
		.article .story-content .reswrapper .res50 {
			min-width: 100%;
		}
		.article .story-content .reswrapper .res100 {
			min-width: 100%;
		}
		.article .story-content .reswrapper.reswrapper img {
			min-width: 100%;
		}
		.article .story-content .reswrapper .hidemob {
			display: none;
		}
	}/* CSS Document */

