.thecontent pre {
	margin-left:  150px;
}


@media only screen and (max-width: 640px) {

	body.static .slick-track {
		width: 100%!important;
	}

  	body.static .post-single-ressource {
	    float: none;
	    clear: both;
	    margin: 10px auto;
	    width: 90%!important;
	    -webkit-transform: none;
    	transform: none;
	}

	.thecontent pre {
	    margin-left: 20px;
	}

}

