/*********************
BREAKPOINTS
*********************/
#twitter-widget-0 {
  display: block !important;
}

#twitter-widget-1 {
  display: none !important;
}

.darken #twitter-widget-0 {
  display: none !important;
}
.darken #twitter-widget-1 {
  display: block !important;
}

#styledScroll {
  max-height: 540px;
  border: 1px solid var(--grey-tint);
  overflow: hidden;
  background-color: var(--white);
}
#styledScroll ul {
  padding: 1.4rem 2rem 1.4rem 1.5rem;
  margin: 0px;
  list-style: none;
}
#styledScroll ul li {
  border-bottom: 1px solid var(--grey-tint);
  padding: 1.4rem 0 1.4rem 0;
}
#styledScroll ul li:first-child {
  padding-top: 0;
}
#styledScroll ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
#styledScroll img {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  margin-bottom: 0.8333333333rem;
}

#styledScroll::-webkit-scrollbar, .copyWrap::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

#styledScroll::-webkit-scrollbar-thumb, .copyWrap::-webkit-scrollbar-thumb {
  background-color: var(--grey-tint);
  border-radius: 0px;
}

#styledScroll::-webkit-scrollbar-thumb:hover, .copyWrap::-webkit-scrollbar-thumb:hover, #styledScroll::-webkit-scrollbar-thumb:active, .copyWrap::-webkit-scrollbar-thumb:active {
  background-color: var(--grey-mid);
}

.content_social {
  list-style: none;
  padding: 0px;
}
.content_social li {
  display: inline;
}
