/*.card {*/
/*    !*border-color: deeppink;*!*/
/*    !*border: 1px solid rgba(0,0,0,.125);*!*/
/*}*/

/*.card img {*/
/*    !*max-width: 532px;*!*/
/*    !*min-height: 260px;*!*/
/*	width: 532px;*/
/*	height: 260px;*/
/*}*/

.card-header {
    font-size: 1.25rem;
    background-color: deeppink;
    color: white;
    height: 82px;
    overflow: hidden;
}
.card-body {
    /*background-color: lightgrey;*/
    /*background-color: white;*/
    background-color: rgba(0,0,0,.03);
    height: 260px;
    overflow: hidden;
}

.card-footer{
    border-color: tomato;
}

/*.card-img-top {*/
/*	!*display: block;*!*/
/*	!*margin-left: auto;*!*/
/*	!*margin-right: auto;*!*/
/*	!*width: 50%;*!*/

/*	width:auto;*/
/*	height:auto;*/
/*}*/

.card-img-top-wrapper {
	/*background-color: #cccccc;*/
	height: 263px;
	/*min-height: 263px;*/
	/*min-width: 350px;*/
	width: 100%;
	/*overflow: hidden;*/
	/*background:url(img.jpg) no-repeat center center*/

	/*width: 100%;*/
	/*height: 50%;*/
	/*overflow: hidden;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: center;*/
	/*align-items: center;*/

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	background-size: cover;

	/*position: relative;*/

		/*margin-left: auto;*/
		/*margin-right: auto;*/
		/*width: 50%;*/

}

/*.card-img-top-wrapper {*/
/*	position: fixed;*/
/*	top: -50%;*/
/*	left: -50%;*/
/*	width: 200%;*/
/*	height: 200%;*/
/*}*/

/*.card-img-top {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*	min-width: 50%;*/
/*	min-height: 50%;*/
/*}*/

/*.card-img-top {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*}*/
