

.paragraph embed, .paragraph iframe {
  max-width: 100%;
}

.paragraph img {
  max-width: 100%;
  height: auto;
}


.object-fit-image-container.object-fit-fallback .image-fallback {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.object-fit-image-container.object-fit-fallback img {
  display: none;
}


.paragraph.paragraph--type--vits-hero-header-slider, .paragraph.paragraph--type--vits-header-slide {
  padding: 0;
}

.paragraph.paragraph--type--vits-header-slide {
  height: 80vh;
  min-height: 420px;
  max-height: 480px;
}

.paragraph.paragraph--type--vits-header-slide .slide {
  position: relative;
  height: 100%;
}

.paragraph.paragraph--type--vits-header-slide .slide .header-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph.paragraph--type--vits-header-slide .slide .header-image-container .header-image {
  width: 100%;
  height: 100%;
}

.paragraph.paragraph--type--vits-header-slide .slide .header-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.paragraph.paragraph--type--vits-header-slide .slide .header-image-container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.paragraph.paragraph--type--vits-header-slide .slide .header-image-container::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.paragraph.paragraph--type--vits-header-slide .slide-inner, .paragraph.paragraph--type--vits-header-slide .slide-inner-container, .paragraph.paragraph--type--vits-header-slide .slide-inner-content {
  height: 100%;
}

.paragraph.paragraph--type--vits-header-slide .slide-inner {
  position: relative;
}

.paragraph.paragraph--type--vits-header-slide .slide-inner-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.paragraph.paragraph--type--vits-header-slide .slide-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.paragraph.paragraph--type--vits-header-slide .slide-title {
  text-shadow: 0 0 24px #000000;
}

.paragraph.paragraph--type--vits-header-slide .slide-sub-title {
  text-shadow: 0 0 16px #000000;
}

@media (min-width: 421px) {
  .paragraph.paragraph--type--vits-header-slide {
    min-height: 540px;
    max-height: 800px;
  }
}


.paragraph--type--vits-image-text .vits-image-text-content__text {
  padding-top: 24px;
}

@media (min-width: 992px) {
  .paragraph--type--vits-image-text .vits-image-text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--vits-image-text .vits-image-text-content.imageright .vits-image-text-content__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 18px;
    padding-right: 0;
  }
  .paragraph--type--vits-image-text .vits-image-text-content.imageright .vits-image-text-content__text {
    padding-left: 0;
    padding-right: 18px;
  }
  .paragraph--type--vits-image-text .vits-image-text-content__image, .paragraph--type--vits-image-text .vits-image-text-content__text {
    width: 50%;
  }
  .paragraph--type--vits-image-text .vits-image-text-content__image {
    padding-right: 18px;
  }
  .paragraph--type--vits-image-text .vits-image-text-content__image img {
    display: block;
  }
  .paragraph--type--vits-image-text .vits-image-text-content__text {
    padding-top: 0;
    padding-left: 18px;
  }
}


.paragraph--type--vits-image-text .vits-twitter-content__text {
  padding-top: 24px;
}

@media (min-width: 992px) {
  .paragraph--type--vits-twitter .vits-twitter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--vits-twitter .vits-twitter-content.imageright .vits-twitter-content__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 18px;
    padding-right: 0;
  }
  .paragraph--type--vits-twitter .vits-twitter-content.imageright .vits-twitter-content__text {
    padding-left: 0;
    padding-right: 18px;
  }
  .paragraph--type--vits-twitter .vits-twitter-content__image, .paragraph--type--vits-twitter .vits-twitter-content__text {
    width: 50%;
  }
  .paragraph--type--vits-twitter .vits-twitter-content__image {
    padding-right: 18px;
  }
  .paragraph--type--vits-twitter .vits-twitter-content__image img {
    display: block;
  }
  .paragraph--type--vits-twitter .vits-twitter-content__text {
    padding-top: 0;
    padding-left: 18px;
  }
}


.paragraph--type--vits-text-over-image .vits-text-over-image-content {
  position: relative;
}

.paragraph--type--vits-text-over-image .image-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--vits-text-over-image .image-background-container .image-background {
  width: 100%;
  height: 100%;
}

.paragraph--type--vits-text-over-image .image-background-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.paragraph--type--vits-text-over-image .text-overlay-container {
  position: relative;
  padding: 200px 24px 24px;
  z-index: 1;
}

.paragraph--type--vits-text-over-image .text-overlay-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 24px;
}

@media (min-width: 992px) {
  .paragraph--type--vits-text-over-image .vits-text-over-image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--vits-text-over-image .text-overlay-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 480px;
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .paragraph--type--vits-text-over-image .text-overlay-container.textcentred {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paragraph--type--vits-text-over-image .text-overlay-container.textright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .paragraph--type--vits-text-over-image .text-overlay-container .text-overlay-content {
    width: 50%;
  }
  .paragraph--type--vits-text-over-image .vits-paragraph-width-browser .text-overlay-container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}


.paragraph--type--vits-quote .quote-content-container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--vits-quote .quote-text-main {
  font-size: 130%;
  font-style: italic;
}

@media (min-width: 992px) {
  .paragraph--type--vits-quote .quote-content-container {
    max-width: 70%;
  }
}
