.twitter-feed {
  width: 100%;
  margin: auto;
}

@media (min-width: 480px) {
  .twitter-feed {
    width: 350px;
  }
}

@media (min-width: 1650px) {
  .twitter-feed {
    position: absolute;
    top: 0;
    left: -350px;
    overflow-y: scroll;
  }
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.twitter-feed::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.twitter-feed::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, .1);
}

.twitter-feed::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
}

.tooltipradio {position: absolute !important; left: -70px; top: 0px}

.contact-container .box-info + .box-info {
  display: none !important;
}

.section-wrapper[data-section='dietary'] {
  display: none;
}