.showcase-content img{
	max-width: 100%;
	height: 100%;
}
@media screen and (max-width: 992px) {
	#newspaper,
	#newspaper-pages {
		width: 100% !important;
		margin: 0px 0 0 0px !important;
	}
	.showcase-content {
		width: 100% !important;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#list img {
		height: 100%!important;
	}
	.showcase-arrow-previous {
		display: none;
	}
	.showcase-arrow-next {
		display: none;
	}
	.showcase-content-container {
		width: 100%;
		height: 450px !important;
	}
	.showcase-content img {
		margin: auto !important;
		width: auto !important;
		height: auto !important;
		max-width: 100%;
		max-height: 70%;
	}

}

@media screen and (max-width: 532px) {
	.showcase-content img {
		max-height: 50%;
  }
  .showcase-content-container {
    width: 100%;
    height: 320px !important;
  }
}
