.row{	max-width:100%;}/*  card images - crop  *//***************************/.object-fit_fill { object-fit: fill }.object-fit_contain { object-fit: contain }.object-fit_cover {	object-fit: contain;	height: 200px;	background-color: white !important;}.object-fit_none { object-fit: none }.object-fit_scale-down { object-fit: scale-down }.clanky-img{ 	height: 150px!important; 	width: 150px!important; } .card img { /* height: 120px; */  width:300px;   background-color: #444;}.card img[class] {   width: 100%;}.original-image {  margin-bottom: 50px;}.image { /*  float: left; */  width: 80%;  margin:  30px auto 40px;    &:nth-child(2n) {      clear: left;   }    &:nth-child(2n+1){    margin-right: 0;  }}