.hide {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub-body {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}

#all-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.search-container {
  margin: 10px;
  padding: 2px;
  z-index: 1;
  position: relative;
  font-family: Roboto, HelveticaNeue, 'Helvetica Light', Arial, sans-serif;
  display: flex;
  flex-direction: row;
}

@media (min-width: 768px) {
  .search-container {
    width: 65%
  }
}

.search-container-mobile {
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding: 2px;
  z-index: 1;
  position: relative;
  font-family: Roboto, HelveticaNeue, 'Helvetica Light', Arial, sans-serif;
  display: flex;
  flex-direction: row;
}

.channelContent {
  display: none;
  flex-direction: column;
  align-items: center;
}

.loadMoreButton {
  margin-bottom: 10px;
}
