/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#index #carousel {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
}

#index #carousel img {
  width: 100vw;
}
