	/* Begin Slider books */
	
	.swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
	}
	
	.swiper-slide .book-cover {
	    margin-left: auto;
	    margin-right: auto;
	}

	.book-cover
	{
	    display: flex;
	    border-radius: 9px;
	    height: 147px;
	    width: 202px;
	    padding: .5rem 1px;
	    box-sizing: border-box;
	}
	
	@media (max-width: 575.98px) {
		.book-cover
		{
		    width: 172px;
		}
	}
	
	.book-cover .book-cover__page-left {
	    border-radius: 9px 0 0 9px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}

	.book-cover .book-cover__page {
	    padding: .5rem 0;
	}
	
	.book-cover .book-cover__page__title {
		font-size: 11px;
		font-weight: 700;
		font-family: Balsamiq Sans,cursive;
		text-transform: uppercase;
		padding: 0 .2rem;
		max-height: 75%;
		overflow: hidden;
	}
	
	.book-cover .book-cover__page__title a {
		max-height: 100%;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		display: block;
	}
	
	.book-cover .book-cover__page__collection-title {
		font-size: 10px;
		font-weight: 400;
		padding: .1rem .2rem;
		background-color: rgba(0,0,0,.3);
		border-radius: 0 25px 25px 0;
		width: 95%;
		z-index: 1030;
	}
	
	.book-cover .book-cover__page-right {
		padding: 0;
		border-radius: 0 9px 9px 0;
		background-color: #fff;
	}
	
	.book-cover .book-cover__page__image {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 0 9px 9px 0;
	}
	
	#btn-play-audio { max-width: 80px !important; }
	
	@media screen and (min-height: 320px) and (orientation: landscape){
	   #btn-play-audio { max-width: 50px !important; }
	}
	
	
	/* Extra small devices (portrait phones, less than 576px) */	
	@media (max-width: 480px) {
		#btn-play-audio { max-width: 40px !important; }
	}
	
	@media (max-width: 575.98px) {
		#btn-play-audio { max-width: 40px !important; }
	}
	


	/* Small devices (landscape phones, less than 768px) */
	@media (max-width: 767.98px) {

	}

	/* Medium devices (tablets, less than 992px) */
	@media (max-width: 991.98px) {

	
	}

	/* Large devices (desktops, less than 1200px) */
	@media (max-width: 1199.98px) {

	}
	
	
	
	/* End Slider books */

	/* for all screens */
	/*#info_rotate {
		display: none;
		background-color: rgba(0,0,0,0.85);
		width: 100%;
		height: 100%;
		color: #fff !important;
       	padding-top: 45%;
        width: 100%;
		text-align:center;
		z-index:5000;
	 }
	@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait){
	    #info_rotate {
	         display: block;
	    }
	}*/