.stretch-card {
	display: inline-grid;
}

.mw-90 { max-width: 90%; !important }
.mw-80 { max-width: 80%; !important }
.mw-70 { max-width: 70%; !important }
.mw-60 { max-width: 60%; !important }
.mw-50 { max-width: 50%; !important }
.mw-40 { max-width: 40%; !important }
.mw-30 { max-width: 30%; !important }
.mw-20 { max-width: 20%; !important }
.mw-10 { max-width: 10%; !important }
.mw-5 { max-width: 5%; !important }
.mw-75 { max-width: 75%; !important }
.mw-25 { max-width: 25%; !important }

