
.mt-self{
    background-color:#f5f5f5;
}

.card{
	border-radius: 0;
	overflow: hidden;
}
.card:hover{box-shadow: 0px 20px 24px 0px rgba(191, 191, 191 );}
.card-img-top {
    width: 100%;
   border-top-left-radius: 0;
   border-top-right-radius: 0; 
}
.card-img-top:hover{
z-index: 2;
transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); /* IE 9 */
-moz-transform:scale(1.1,1.1); /* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */
-o-transform:scale(1.1,1.1); /* Opera */
}
.card-img-wrap{
	width: 90%;
	margin: 0 auto;
	margin-top: 1rem;
	
}
.card-title {
    margin-bottom: 0.25rem;
    font-size: 18px;
    color: #000000 !important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem;
    padding-bottom: 1.25rem;
}
.card-text{
    color:#999999 ;
    font-size: 14px;
}
#auto-content a:hover{
    text-decoration: none;
}