#fs_ws_card a:not(.btn) {
	color: inherit;
}
#fs_ws_card .card-header {
	font-size: 1.25rem;
}
#fs_ws_card .card-body #cardBtn {
	margin-top: 1rem;
}


#CardImgTop {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
#CardImgTop > .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-position: center;
}
