/* -------------------- Flexslider Logo  -------------------- */

.logo-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  justify-content: flex-end;
  align-items: center;
  background: none;
  right: 12%;
  display: flex;
}
.logo-slider img {
  max-width: 40%;
}
@media (min-width: 992px) {

}