#drop_container {
  display: block;
  width: 28%;
  position: absolute;
  right: 6vw;
  overflow: visible !important;
  z-index: 99;
}

.explore_texts {
  font-family: "Manrope";
  font-size: 0.6vw;
  font-weight: 300;
  letter-spacing: 0.1vw;
}

/* hide drop container for small devices */
@media (max-width: 1024px) {
  #drop_container {
    width: 30%;
  }
}