.img-sensible {
	max-width: 250px;
}
.twAudessus {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
	background: url("overlay.png") repeat scroll 0 0;
	opacity: 0.98;
}
.twAudessus a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.twAudessus img {
	max-width: 1200px;
	padding: 25px;
	background: #ffffff url("closed.png") no-repeat scroll right bottom;
	border: 18px solid #141414;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.twAudessus:target {
	display: table;
	-webkit-transition: width 2s;
	transition: width 2s;
}
@media screen and (max-width: 1600px) {
.twAudessus img {
	max-width: 1000px;
}
}
@media screen and (max-width: 1024px) {
.twAudessus img {
	max-width: 700px;
}
}
@media screen and (max-width: 800px) {
.twAudessus img {
	max-width: 500px;
}
}
@media screen and (max-width: 600px) {
.twAudessus img {
	max-width: 400px;
}
}
@media screen and (max-width: 500px) {
.twAudessus img {
	max-width: 250px;
	border: 10px solid #141414;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
}