/* .withoutmargin {
  padding: 10px 0 10px 0;
} */
.layoutplaceholder {
  border: 1px dotted blue;
  padding: 10px;
  color: red;
}
.img-position-image-left-image-top {
  background-position: left top;
  padding: 3px 0px;
}
.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;
}

/* Variable container width. Added 16th March 2022*/
.container.container1920 {
  max-width: 1920px;
  width: 100%;
}
.container.container1600 {
  max-width: 1600px;
  width: 100%;
}
.container.container1440 {
  max-width: 1440px;
  width: 100%;
}
