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