.cover-list {
	margin-bottom:-20px;
	margin-left:-25px;
	margin-top:-25px;
	margin-right:0px;
	width:calc(100% + 50px)!important;
	height:230px;
	background-position: center; 
  	background-repeat: no-repeat;
  	background-size: cover; 
  	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.cover-list a {
	margin-bottom:-20px;
	margin-left:-25px;
	margin-top:-25px;
	margin-right:0px;
	width:calc(100% + 50px)!important;
	height:230px;
	display: block;
	}