@media screen and (max-width: 768px) {
	
	
	.inner{
		width: auto;
		padding: 0 15px;
	}
        #contents-flex .inner{
		padding: 0;
	}
        #products.list article{
	        display:flex;
	        flex-direction:column;
        }
        #products.list article section{
	        width:100%;
        }
        #products.list .pic img{
	        width:350px !important;
	        height:219px !important;
        }
}