.color-sample-img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
@media (max-width: 767px) {
  .color-sample-img {
    max-width: 100%;
  }
}