.dress-container {
  /* width: 300px; */
  /* max-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: gray; */
  width:auto; 
  text-align:center; 
}

.dress-img {
  max-width: 100%;
  height: auto;
}
