.image {
  max-width: 1270px;
}

.div-block {
  display: block;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  position: static;
  display: inline-block;
  max-width: 100%;
  min-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40% 20px 10px;
  background-color: #cecece;
}

.banner {
  display: inline-block;
  max-width: 100%;
  min-width: 1110px;
  background-color: #000;
  color: #000;
}

.hed {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px;
  background-color: transparent;
  font-family: 'VICE Grotesk', sans-serif;
  color: #2300be;
  font-size: 49px;
  line-height: 125%;
  white-space: normal;
}

.hed.bqhed {
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 15px;
  color: #000;
  font-size: 3.5rem;
  line-height: 125%;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'VICE Grotesk', sans-serif;
}

.para_container {
  margin-bottom: 0px;
  color: #fff;
  line-height: 125%;
  font-weight: 400;
}

.image-2 {
  position: fixed;
}

.embed-survey {
  max-width: 100%;
  padding: 0px;
}

.hed-dek {
  max-width: 75%;
  padding: 25px 337px 25px 100px;
  background-color: #5a5a5a;
  color: #c58d8d;
}

.hed-dek.footer-line {
  background-color: transparent;
}

.dek {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  color: #f7f7f7;
  font-size: 1.6rem;
  line-height: 125%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.header.white-bg {
  background-color: #f7f7f7;
  background-image: none;
}

.header.ft {
  background-color: #f7f7f7;
  background-image: none;
}

.header.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  height: 100px;
  max-width: 100%;
  background-color: #000;
  color: #000;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 11px;
}

.vice-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Source Code Pro', sans-serif;
  color: #fff;
  font-size: 11px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accessibility-link {
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-3 {
  display: block;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-from-vice {
  background-color: #000;
  font-family: 'VICE Grotesk', sans-serif;
  color: #000;
  font-weight: 700;
}

.link-img {
  display: block;
  overflow: visible;
  max-width: none;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-link-hed {
  padding-bottom: 25px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 125%;
  font-style: normal;
  text-decoration: none;
}

.article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-link {
  padding-bottom: 25px;
  font-family: 'VICE Grotesk', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.link-dek {
  margin-bottom: 0px;
  padding-bottom: 25px;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
}

.contributor-name {
  margin-bottom: 0px;
  padding-bottom: 16px;
  font-family: 'Source Code Pro', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
}

.link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  padding-right: 0px;
  padding-left: 1px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 1px;
}

.more-from-vice-hed {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 100px;
  background-color: #000;
  color: #fff;
  font-size: 2.6rem;
}

.article-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-3 {
  overflow: hidden;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  max-width: 33%;
  padding-left: 1px;
  background-color: #000;
  color: #000;
}

.image-4 {
  max-width: 101%;
}

.image-5 {
  padding-top: 10px;
}

.white-line {
  width: auto;
  height: 1px;
  max-width: none;
  margin-top: 0px;
  background-color: #fff;
}

.image-6 {
  padding-top: 15px;
}

.image-7 {
  padding-top: 15px;
  background-color: #000;
}

.para {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 125%;
}

.image-link.img1 {
  max-width: 102%;
}

.image-link.img2 {
  overflow: visible;
  max-width: 102%;
}

.image-link.img3 {
  max-width: 102%;
}

.paragraph-2 {
  color: #fff;
}

.div-block-3 {
  min-height: 25px;
  margin-top: 0px;
  margin-bottom: -8px;
  padding-bottom: 20px;
  border: 1px none #000;
  background-color: transparent;
}

.image-8 {
  background-color: #000;
}

.bq {
  max-width: 100vw;
  margin-bottom: 20px;
  background-color: #f4d705;
}

.graphic {
  max-height: none;
  margin-bottom: 20px;
}

.graphic.abuse_graphic {
  margin-bottom: 11px;
}

.face_container {
  position: relative;
  z-index: 1;
  width: 125px;
  height: 125px;
  margin-right: -70px;
  margin-bottom: 0px;
  margin-left: -178px;
}

.orange {
  color: #fff;
  font-size: 3.5rem;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-height: 50px;
  max-width: none;
  min-width: auto;
  padding-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cred_img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: 4vw;
  min-height: auto;
  min-width: auto;
}

.cred_name {
  padding-right: 0px;
  color: #f7f7f7;
  font-size: 0.8rem;
}

.cred_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 100%;
  line-height: 125%;
}

.cred_link {
  color: #f7f7f7;
}

.cred_location {
  font-family: 'Source Code Pro', sans-serif;
  color: #f7f7f7;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.line {
  width: 100vw;
  height: 1px;
  max-height: none;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f7f7f7;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date_text {
  padding-right: 39px;
  color: #f7f7f7;
  line-height: 20px;
}

.date_text.social {
  font-size: 0.8rem;
}

.social_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.image-9 {
  width: 100vw;
  max-width: none;
}

.div-block-4 {
  min-width: 100px;
}

.date_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
}

.date_block.date {
  font-size: 0.8rem;
  line-height: 125%;
}

.social_icon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph_container {
  max-width: 50vw;
}

.text_block {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.2rem;
  line-height: 125%;
}

.text_block.abuse_graphic {
  color: #fff;
  font-weight: 700;
}

.wordcloud {
  margin-top: -49px;
  margin-bottom: -83px;
}

.sticker {
  position: absolute;
  z-index: 2;
  max-width: 9vw;
  margin-top: -185px;
  margin-bottom: 0px;
  margin-left: 816px;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
}

.sticker.green {
  margin-top: -84px;
  margin-left: -15px;
  -webkit-transform: rotate(-26deg);
  -ms-transform: rotate(-26deg);
  transform: rotate(-26deg);
}

.sticker.red {
  left: -12px;
  top: 1046.602px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: rotate(-54deg);
  -ms-transform: rotate(-54deg);
  transform: rotate(-54deg);
}

.div-block-5 {
  position: relative;
  background-color: #454545;
}

.sticker_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 5px;
  max-width: none;
  background-color: #fc0000;
}

.quote_block {
  max-width: 70vw;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #000;
  font-size: 30px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
}

.text-span-4 {
  color: #f60;
}

.text-span-5 {
  color: #f60;
}

.text-span-6 {
  color: #f60;
}

.ticker_container {
  height: 39vh;
  max-width: none;
  min-height: auto;
}

.ticker_img {
  height: auto;
  max-height: 86%;
  max-width: none;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  cursor: auto;
}

.ticker_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 200px;
  margin-top: 0px;
  margin-right: -13px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.ticker_inner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.ticker_outer_container {
  position: absolute;
  left: auto;
  right: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-7 {
  color: #000;
}

.photo_container {
  position: relative;
  max-width: 35vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.ticker_img_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo {
  overflow: visible;
}

.bold-text-2 {
  color: #fff;
}

.header_bar {
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #000;
}

.ticker_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: #f4d705;
}

.image_scroll_container_bk1 {
  display: block;
  overflow: hidden;
  max-height: 30vw;
  max-width: 30vw;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.scroll_image_bk1 {
  display: block;
  width: 200%;
  height: 200%;
  max-width: none;
}

.scroll_img_bk2 {
  display: none;
}

.image_scroll_container_bk2 {
  display: none;
}

.image_scroll_container_bk3 {
  display: none;
}

.image_scroll_container_bk4 {
  display: none;
}

.gif_container {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ticker_img_container_still {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticker_still {
  display: none;
}

.scroll_still {
  display: none;
  overflow: hidden;
  max-height: 30vw;
  max-width: 30vw;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.bold-text-3 {
  font-weight: 400;
}

.link {
  color: #000;
}

.link-2 {
  color: #000;
}

.spacer {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 768px;
  }

  .banner {
    min-width: auto;
  }

  .hed {
    max-width: none;
    font-size: 38px;
    line-height: 125%;
  }

  .hed.bqhed {
    max-width: 70vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .body {
    background-color: #f7f7f7;
  }

  .para_container {
    line-height: 125%;
  }

  .embed-survey {
    padding-right: 50px;
    padding-left: 50px;
    background-color: transparent;
  }

  .hed-dek {
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
  }

  .dek {
    line-height: 125%;
  }

  .header {
    max-width: 70vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header.ft {
    background-color: #f7f7f7;
  }

  .header.date {
    max-width: 70vw;
  }

  .links {
    padding: 15px 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .vice-copyright {
    padding: 15px 5px 35px 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Source Code Pro', sans-serif;
    color: #fff;
    font-size: 11px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accessibility-link {
    padding: 15px 0px 15px 55px;
  }

  .link-block-2 {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-img {
    position: static;
    overflow: visible;
    max-width: none;
    margin-left: -200px;
    clear: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .article-link-hed {
    padding-bottom: 10px;
    font-size: 1.1rem;
  }

  .section-link {
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .link-dek {
    padding-bottom: 10px;
    font-size: 0.8rem;
  }

  .contributor-name {
    padding-bottom: 0px;
    font-size: 0.7rem;
  }

  .link-text {
    padding: 15px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .more-from-vice-hed {
    padding-top: 25px;
    padding-left: 50px;
  }

  .article-link-list {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 200px;
    height: 200px;
    max-height: none;
    max-width: none;
    padding-bottom: 1px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .div-block-2 {
    max-height: 200px;
    max-width: 100%;
    margin-bottom: 50px;
    padding-bottom: 1px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-4 {
    max-width: 162%;
    margin-left: -60px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-6 {
    padding-top: 10px;
  }

  .image-7 {
    padding-top: 10px;
  }

  .para {
    margin-bottom: 0px;
    padding-bottom: 15px;
    line-height: 125%;
  }

  .image-link {
    max-width: 180%;
  }

  .image-link.img1 {
    height: 204px;
    max-width: none;
    margin-left: -64px;
  }

  .image-link.img2 {
    max-width: none;
    margin-left: -37px;
  }

  .image-link.img3 {
    width: 200px;
    height: 110px;
    max-width: none;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3 {
    margin-top: 0px;
    margin-bottom: -26px;
    padding-bottom: 50px;
  }

  .face_container {
    background-color: #000;
  }

  .credits {
    background-color: transparent;
  }

  .cred_img {
    min-width: 45px;
  }

  .paragraph_container {
    max-width: 70vw;
  }

  .wordcloud {
    margin-top: -34px;
    margin-bottom: -49px;
  }

  .sticker {
    z-index: 1;
    margin-top: -158px;
    margin-left: 661px;
  }

  .sticker.red {
    left: -4px;
    top: 771.602px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .ticker_img {
    max-height: 61%;
  }

  .ticker_outer_container {
    height: auto;
  }

  .photo_container {
    max-width: 60vw;
  }

  .ticker_img_container {
    margin-top: 0px;
  }

  .image_scroll_container_bk1 {
    display: none;
    max-height: 70vw;
    max-width: 70vw;
  }

  .scroll_image_bk1 {
    display: block;
  }

  .scroll_img_bk2 {
    display: block;
    width: 200%;
    height: 200%;
    max-width: none;
  }

  .image_scroll_container_bk2 {
    display: block;
    overflow: hidden;
    width: 45vw;
    height: 45vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .ticker_img_container_still {
    margin-top: 0px;
  }

  .scroll_still {
    max-height: 45vw;
    max-width: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 568px;
  }

  .banner {
    max-width: none;
    min-width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #000), to(#f7f7f7));
    background-image: linear-gradient(180deg, #000 33%, #f7f7f7);
  }

  .hed {
    max-width: none;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 125%;
  }

  .hed.bqhed {
    max-width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .body {
    background-color: #f7f7f7;
  }

  .embed-survey {
    margin-bottom: -3px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .hed-dek {
    padding-bottom: 25px;
  }

  .dek {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.3rem;
  }

  .header {
    max-width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header.date {
    max-width: 80vw;
  }

  .vice-copyright {
    padding-left: 55px;
  }

  .link-img {
    overflow: visible;
    margin-left: -213px;
    padding-bottom: 1px;
  }

  .article-link-hed {
    padding-bottom: 5px;
    font-size: 0.9rem;
  }

  .section-link {
    padding-bottom: 5px;
    font-size: 0.9rem;
  }

  .link-dek {
    padding-bottom: 5px;
    font-size: 0.7rem;
    line-height: 125%;
  }

  .contributor-name {
    font-size: 0.6rem;
  }

  .link-text {
    height: 163px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-link-list {
    padding-right: 50px;
    padding-left: 50px;
  }

  .link-block-3 {
    width: 160px;
    height: 160px;
    max-height: none;
    max-width: none;
  }

  .div-block-2 {
    max-height: 160px;
    max-width: 115%;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .image-4 {
    max-width: 178%;
  }

  .image-6 {
    padding-top: 10px;
  }

  .para {
    margin-bottom: 0px;
    padding-bottom: 15px;
    line-height: 125%;
  }

  .image-link.img1 {
    height: 163px;
    max-height: none;
    max-width: none;
    margin-top: 0px;
    margin-left: -53px;
  }

  .image-link.img2 {
    margin-left: -23px;
  }

  .image-link.img3 {
    height: 91px;
    margin-left: auto;
  }

  .div-block-3 {
    padding-bottom: 50px;
  }

  .graphic {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .orange {
    font-size: 2.7rem;
  }

  .credits {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cred {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-height: none;
    max-width: none;
    min-width: 20vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.8vw;
  }

  .cred_img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 5vw;
    min-height: auto;
    min-width: 45px;
  }

  .cred_name {
    font-size: 0.7rem;
  }

  .cred_text {
    display: block;
    padding-left: 0px;
  }

  .date {
    margin-right: 0px;
    margin-left: 0px;
  }

  .date_text {
    padding-right: 0px;
  }

  .date_block {
    min-width: 0px;
    padding-right: 5px;
  }

  .date_block.social {
    min-width: 15px;
    padding-right: 10px;
  }

  .date_container {
    min-width: 50px;
    padding-right: 10px;
  }

  .cred_block {
    padding-right: 5px;
  }

  .paragraph_container {
    max-width: 80vw;
  }

  .text_block {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .wordcloud {
    margin-top: -26px;
    margin-bottom: -34px;
  }

  .sticker {
    z-index: 2;
    margin-top: -198px;
    margin-left: 494px;
  }

  .sticker.green {
    margin-left: -8px;
  }

  .sticker.red {
    left: -7px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .quote_block {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .div-block-6 {
    height: 20px;
    padding: 0px;
  }

  .ticker_img {
    max-height: 50%;
  }

  .photo_container {
    max-width: 80vw;
  }

  .ticker_img_container {
    margin-top: 0px;
  }

  .image_scroll_container_bk1 {
    display: none;
    max-height: 80vw;
    max-width: 80vw;
  }

  .scroll_img_bk3 {
    width: 200%;
    height: 200%;
    max-width: none;
  }

  .image_scroll_container_bk2 {
    display: none;
  }

  .image_scroll_container_bk3 {
    display: block;
    overflow: hidden;
    width: 60vw;
    height: 60vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .ticker_img_container_still {
    margin-top: 0px;
  }

  .scroll_still {
    max-height: 60vw;
    max-width: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 320px;
  }

  .banner {
    min-width: 320px;
    background-color: #000;
    background-image: none;
  }

  .hed {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: transparent;
    font-size: 24px;
    line-height: 125%;
  }

  .hed.bqhed {
    max-width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    font-size: 2rem;
  }

  .body {
    display: block;
    background-color: #f7f7f7;
    background-image: none;
  }

  .para_container {
    font-size: 13px;
  }

  .embed-survey {
    padding: 0px 15px;
  }

  .hed-dek {
    padding: 15px;
    background-color: #000;
  }

  .dek {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 125%;
  }

  .bold-text {
    line-height: 19px;
  }

  .header {
    max-width: 80vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header.white-bg {
    background-color: #f7f7f7;
    background-image: none;
  }

  .header.ft {
    background-color: #f7f7f7;
    background-image: none;
  }

  .header.date {
    max-width: 80vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 20px;
  }

  .footer {
    height: 100px;
    max-width: 100%;
  }

  .links {
    padding: 15px 15px 10px;
  }

  .vice-copyright {
    padding: 15px 15px 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .accessibility-link {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-block-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .more-from-vice {
    background-color: #000;
    color: #fff;
    font-weight: 900;
  }

  .link-img {
    overflow: visible;
    margin-left: -75px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .article-link-hed {
    padding-bottom: 3px;
    font-size: 0.8rem;
    line-height: 125%;
    font-weight: 700;
  }

  .section-link {
    padding-bottom: 3px;
    font-size: 0.8rem;
    line-height: 125%;
  }

  .link-dek {
    display: none;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 14px;
  }

  .contributor-name {
    padding-bottom: 3px;
    font-size: 0.6rem;
    line-height: 125%;
  }

  .link-text {
    max-height: 100px;
    min-width: auto;
    padding: 0px 15px;
  }

  .more-from-vice-hed {
    max-width: 80vw;
    margin: 0px auto;
    padding: 12px 0px 10px;
    font-size: 2rem;
  }

  .article-link-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-block-3 {
    overflow: hidden;
    width: 100px;
    height: 100px;
    max-height: none;
    max-width: none;
    padding-bottom: 2px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .div-block-2 {
    max-height: 100px;
    max-width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    max-width: 179%;
    margin-left: -41px;
  }

  .image-5 {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .white-line {
    height: 1px;
    max-height: 1px;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .image-6 {
    padding-top: 5px;
  }

  .image-7 {
    padding-top: 10px;
  }

  .para {
    margin-bottom: 0px;
    padding: 10px 10px 20px;
    font-size: 14px;
    line-height: 125%;
  }

  .image-link.img1 {
    height: 104px;
    margin-left: -36px;
  }

  .image-link.img2 {
    height: 100px;
    margin-left: -9px;
  }

  .image-link.img3 {
    width: 196px;
    height: 55px;
    margin-top: 27px;
    margin-left: auto;
  }

  .paragraph-2 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 125%;
  }

  .div-block-3 {
    margin-top: -8px;
    margin-bottom: -3px;
    padding-bottom: 5px;
  }

  .bq {
    margin-bottom: 20px;
  }

  .graphic {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .graphic.abuse_graphic {
    margin-bottom: 0px;
  }

  .orange {
    font-size: 2rem;
    line-height: 125%;
  }

  .credits {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cred {
    display: block;
    width: auto;
    height: auto;
    max-height: 51px;
    max-width: none;
    min-width: auto;
    margin-bottom: 0px;
    padding-right: 5px;
  }

  .cred_img {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 5vw;
    min-width: 30px;
  }

  .cred_name {
    display: none;
    padding-right: 15px;
  }

  .cred_text {
    padding-left: 0px;
  }

  .cred_location {
    display: none;
  }

  .line {
    max-width: 100vw;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .date_text {
    display: block;
    padding-right: 0px;
  }

  .date_text.social {
    display: none;
  }

  .date_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .date_block.social {
    min-width: 0px;
    padding-right: 0px;
  }

  .date_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 109px;
    padding-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
  }

  .social_link {
    margin-right: 0px;
  }

  .paragraph_container {
    max-width: 80vw;
  }

  .text_block {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .text_block.abuse_graphic {
    margin-top: 0px;
  }

  .wordcloud {
    margin-top: -15px;
    margin-bottom: 0px;
  }

  .sticker {
    margin-top: -174px;
    margin-left: 272px;
  }

  .sticker.green {
    margin-top: -8px;
    margin-left: -8px;
  }

  .sticker.red {
    left: auto;
    top: auto;
    margin-top: 0px;
    margin-left: 0px;
  }

  .quote_block {
    margin-top: 10px;
  }

  .text-span {
    color: #f60;
  }

  .text-span-2 {
    color: #f60;
  }

  .text-span-3 {
    color: #f60;
  }

  .photo_container {
    max-width: 100vw;
  }

  .image_scroll_container_bk3 {
    display: none;
  }

  .image_scroll_container_bk4 {
    display: block;
    overflow: hidden;
    width: 80vw;
    height: 80vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .scroll_img_bk4 {
    width: 200%;
    height: 200%;
    max-width: none;
  }

  .scroll_still {
    max-height: 80vw;
    max-width: 80vw;
  }
}

@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-Black.woff2') format('woff2'), url('../fonts/VICEGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-Italic.woff2') format('woff2'), url('../fonts/VICEGrotesk-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-BlackItalic.woff2') format('woff2'), url('../fonts/VICEGrotesk-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-Bold.woff2') format('woff2'), url('../fonts/VICEGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-Regular.woff2') format('woff2'), url('../fonts/VICEGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VICE Grotesk';
  src: url('../fonts/VICEGrotesk-BoldItalic.woff2') format('woff2'), url('../fonts/VICEGrotesk-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Source Code Pro';
  src: url('../fonts/SourceCodePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}