@charset "UTF-8";
/* CSS Document for MassArt Made Case Story */

.mam-sweater-story {
  background-image: url("images/mam-flea-market.png");
/*  padding: 0px; */
/*  margin: 0px 0px 10px 10px; */
  float: right;
  background-image: url("images/mam-flea-market.png"); /* Replace with your image's URL */
  background-size: cover; /* Resizes the image to cover the entire container */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 450px; /* Adjust as needed */
  height: 350px; /* Adjust as needed */	
  border-radius: 5px; */
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  margin-left: 6px;
  margin-bottom: 10px;
/*  display: inline-block; */	
}

/* #mam-sweater-story img {
  width: 100%;
  object-fit: scale-down;	
} */