/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

.explore_parent{
    display: none;
    width: 0px;
    flex: 0;
    
    margin: 0;
}


.issue{
    width: 80vw;
}

.articles_parent{
    min-width: 80vw;
    
    margin-left: auto;
    margin-right: auto;
    
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.article_parent{
    margin-bottom: 3vw;
}

.article_image{
    height: 24vw;
    width: 24vw;
}


.article_title{
    font-size: 3.8vw;
    font-weight: normal;
    
}

.article_by_parent{
    flex: 0;
}

.article_by{
    font-size: 2.8vw;
    flex-wrap: nowrap;
    overflow: hidden;
}

.tags{
    font-size: 2.8vw;
    margin-left: 1vw;
}

.tag_title{
    font-size: 28px;
}

.info{
    font-size: 1.3rem;
    width: 90vw;
}

.article_text_parent{
    max-width: 90vw;
}
    
.container {
    flex-direction: column;
    aspect-ratio: auto;
    width: 95%;
  }

  .cover,
  .right-panel {
    width: 100%;
    aspect-ratio: auto;
  }

  .cover img {
    height: auto;
  }

  .description {
    max-height: none;
    overflow: visible;
  }

  .stockists {
    flex: none;
    padding: 1rem;
    font-size: 1rem;}


.issue-number{
    font-size: 2rem;
}
}
}