html{
overflow-x: hidden;
}
.mentions_list{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.media {
  object-fit: contain;
  aspect-ratio: 3/4;
 width: 100%;
 height: 100%;
 position: relative;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.slide_container{
  width: 100vw;
  height:16vw;
 
}
.slidet{
    font-family:"Times New Roman", Times, serif;
    font-size: 16vw;
    line-height: 10vh;
   -webkit-text-fill-color:rgba(7, 53, 109, 0); /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color:  rgba(247, 0, 0, 0.959);
    position: relative  ;
    white-space: nowrap;
    z-index: 3;
    overflow:-moz-hidden-unscrollable;
    
}

.example::-webkit-scrollbar {
  display: none;
}
body{
  overflow: hidden;
}


@media screen and (min-width:800px){
  .imgwi{
    width: 25%;
  }
  .vertspacer{
    height: 25vw;
  }
  .pspacer{
    height: 30vw;
  }
  .vertspacer1{
    height: 20vw;
  }
  .tbox{
    width: 40vw;
    display: flex;
    justify-content: center;
    
  }
  .imbox{
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }
}
/* @media screen and (max-width:800px){
  .imgwi{
    width: 25%;
  }
  .vertspacer{
    height: 25vw;
  }
  .pspacer{
    height: 30vw;
  }
  .vertspacer1{
    height: 20vw;
  }
  .tbox{
    width: 40vw;
    display: flex;
    justify-content: center;
   
  }
  .imbox{
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
  }

} */
@media screen and (max-width:800px ) {
 .imgwi{
 width: 75%;
 
 }
 .vertspacer{
  height: 25vh;
}
.vertspacer1{
  height: 15vh;
}
.tbox{
  width: 70vw;
  display: flex;
  justify-content: center;
  
}
.imbox{
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}


}