.cd-dropdown-content .cd-secondary-dropdown li.has-image.promo-image {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  grid-column: 1 / -1;
  max-height: 380px;
}
.cd-dropdown-content .cd-secondary-dropdown li.has-image.promo-image img {
  width: 100%;
  object-fit: cover;
}

footer.footer .dealerdetails_container .info .social a[alt="Instagram"] {
  &:hover,
  &:focus-visible {
    background-color: var(--evo-brand-default, var(--theme-colour-blue, #1b8ece));

    i::before {
      color: #fff;
    }
  }

  i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1B8ECE;	
  }
}

.owl-center-only .owl-carousel .owl-item:not(.active) {
  opacity: 0;
}