   .swiper-container {
	 width: 100%;
	 height: 100%;
	 display: inline-block;
	 padding-left: 2px;
	 padding-right: 18px;
}
 .swiper-slide {
	 text-align: center;
	 font-size: 17px;
	 background: #fff;
	 outline: 1px solid grey;
	 border-top: 1px solid grey;
	 border-bottom: 1px solid grey;
	 box-shadow: 8px 8px 8px grey;
	 height: calc(100% - 50px);
	/* Center slide text vertically */
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
	 align-items: center;
}
 .swiper-slide img {
	 display: block;
	 height: 100%;
	 max-height: 245px;
	 margin: 0 auto 10px auto;
}
 .swiper-outer-container{
	 height: 100%;
	 /*width: calc(100% - 150px);*/
	 width: 100%;
	 /*max-width: 1160px;*/
	 display: inline-block;
}
 .ns-swiper{
	 height: 410px;
	 width: 100%;
	 max-width: 1300px;
	 display: block;
	 margin: 0 auto;
}
 .swiper-button-prev, .swiper-button-next{
	 display: none;
}

 .newsstand-item-content{
	 position: absolute;
	 top: 0;
	 margin-top: 7px;
}
 .newsstand-item-title {
	 font-weight: bold;
	 padding: 0 4px;
}
 .newsstand-item-alt-url {
	 margin-top: 8px;
}
 .swiper-container-horizontal > .swiper-pagination-bullets {
	 bottom: -4px;
}
 .swiper-pagination-bullet {
	 width: 14px;
	 height: 14px;
}
 