.withoutmargin {
  padding: 10px 0 10px 0;
}
.placeholder {
  border: 1px dotted blue;
  padding: 10px;
  color: red;
}
.img-position-image-left-image-top {
  background-position: left top;
}
.img-position-image-left-image-middle {
  background-position: left center;
}
.img-position-image-left-image-bottom {
  background-position: left bottom;
}
.img-position-image-center-image-top {
  background-position: center top;
}
.img-position-image-center-image-middle {
  background-position: center;
}
.img-position-image-center-image-bottom {
  background-position: center bottom;
}
.img-position-image-right-image-top {
  background-position: right top;
}
.img-position-image-right-image-middle {
  background-position: right center;
}
.img-position-image-right-image-bottom {
  background-position: right bottom;
}
