.wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  height:auto;
}
.inner {
  background: skyblue;
	cursor: e-resize;
}
.inner img{
	max-width: none;
}
.inner tr:hover{
	background: #e9f6fa;
}