* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.card-stacked__asset{
  width:100%;
  height:100%;
}
@media (min-width: 992px){
  .card-stacked__other img{
	width:100% !important;
  }
}