.scrollmenu {
    width: 870px;
    white-space: nowrap;
    /*overflow: hidden;*/
    -webkit-overflow-scrolling: touch;
    display: flex;
}

.main-content {
    position: relative;
}

.main-content .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.main-content .custom-nav .owl-prev,
.main-content .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .custom-nav .owl-prev {
    left: 0;
}

.main-content .custom-nav .owl-next {
    right: 0;
}


.dropdown-my-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #6F6F6F;
  text-align: left;
  list-style: none;
  background-color: 0;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}


  

    