.westhome-additional-content-spacer {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.westhome-additional-content-spacer [data-ux="WidgetBanner"],
.westhome-additional-content-spacer [data-ux="Background"],
.westhome-additional-content-spacer [data-ux="SectionBanner"],
.westhome-additional-content-spacer [data-ux="Container"],
.westhome-additional-content-spacer [data-ux="CardBanner"] {
  width: 100%;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.westhome-additional-content-spacer [data-aid="BACKGROUND_IMAGE_RENDERED"] {
  background: none !important;
}

.westhome-additional-content-spacer [data-lazybg] {
  display: none !important;
  background: none !important;
}

.westhome-prefooter-artwork {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100px;
  margin: -45px 0 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}

.westhome-prefooter-artwork picture,
.westhome-prefooter-artwork img {
  display: block;
  width: 100%;
}

.westhome-prefooter-artwork img {
  height: 100px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
