.books-item {
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	height: 422px;
}
.books-item .books-item-cover {
	background: #2A2F3C;
	color: white;
	display: none;
	height: 100%;
	padding: 40px 70px;
	width: 100%;
	text-align: center;
	transition: all .5s;
}
.books-item:hover .books-item-cover {
	display: block;
	transition: all .5s;
}
.books-item .books-item-cover .books-item-date { 
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.books-item .books-item-cover .books-item-code { 
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	text-transform: uppercase;
}
.books-item .books-item-cover .books-item-title { 
	font-size: 24px;
	font-weight: 700;
  	left: 0;
	margin-left: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 140px);
  	-ms-transform: translateY(-50%);
}
.books-item .books-item-cover .books-item-action { 
	bottom: 40px;
	left: 0;
	margin-left: 70px;
	position: absolute;
	width: calc(100% - 140px);
}
.books-item .books-item-cover .books-item-action > a { 
	width: 100%;
}

@media screen and (min-width: 992px) { 
	.path-books .main-container {
		background-image: url('/themes/afcfmt/images/background-books.svg');
	}
	.path-books-view .main-container {
		background-image: url('/themes/afcfmt/images/background-books-view.svg');
	}
}


.BookList {
	flex-direction: row;
	justify-content: center;
	margin: 0;
}

.BookList__Item {
	flex: 100%;
	position: relative;
}

@media screen and (min-width: 768px) { 
	.BookList__Item {
		flex: 0 1 50%;
	}
}

@media screen and (min-width: 992px) {
	.BookList {
		justify-content: start;
		margin-left: -7.5px;
    	margin-right: -7.5px;
	}

	.BookList__Item {
		flex: 0 1 33%;
	} 
}

@media screen and (min-width: 1200px) {
	.BookList__Item {
		flex: 0 1 25%;
	} 
}
