.homepage .content .page-title {
  display: none;
}

body .homepage .main {
  padding: 0;
}

.container--wide {
  max-width: 1920px;
  width: 82.08vw;
  margin: 0 auto;
}

.uppercase {
  text-transform: uppercase;
}

.homepage .field--name-field-content .field__item + .field__item {
  margin-top: 75px;
}

.homepage .more-link a {
  border-color: var(--color-red);
  color: var(--color-red);
  padding-right: 20px;
}

.homepage .more-link a:hover {
  background-color: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}

.homepage .more-link a::after {
  display: none;
}

.homepage .more-link {
  text-align: center;
  margin-top: 45px;
}
.preview__image img  {
  width: 100%;
}

.paragraph--senator__image img {
  width: 100%;
}
.image-style-hero-large-sc {
  width: 100vw;
}

.media--view-mode-hero img {
  width: 100vw;
}

.media--view-mode-banner img {
  width: 100%;
}