
#homepageImageContainer {
  background-image: url(../../images/home/home.jpg?v=1776800531);
  background-color: var(--websiteBackgroundColor);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% center;
  min-height: 450px;
}