.dropdown-menu, .yp-navbar__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #242528
;
  text-align: left;
  list-style: none;
  background-color: black;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}


.yp-lang__list {
  display: flex;
  list-style: none;
}

.yp-lang__item {
  padding: 0 8px
}

.yp-lang__item:first-child {
  content: '';
  border-right: solid 1px #fff;
}

@media screen and (max-width: 992px) {
  .yp-container--header .yp-col--header-3 {
  	flex-direction: column-reverse;
  }
  .yp-container--header .yp-col--header-3 > div {
  	flex-basis: 100%;
    width: 100%;
  }
  
  .yp-container--header .yp-col--header-3 .yp-lang__list {
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
  }
}