#matador-page-header {
  padding: 0;
  margin-top: 122px;
  position: relative;
}
#matador-page-header .matador-header {
  display: none;
}
#matador-page-header img {
  width: 100%;
}

#matador-page-header .desktop-img {
  display: none;
}

.tires-images-slider .owl-prev.disabled,
.tires-images-slider .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.tires-images-slider button.owl-dot.active span {
  background: #f2b51e !important;
}

#about-us .about-content img.matador-logo{
  max-width: 375px;
  height: auto;
  margin-bottom: 30px;
}

#about-us-mobile  img.matador-logo{
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  /* HEADER */
  #matador-page-header {
    margin-top: 132.75px;
  }
}

@media (min-width: 768px) {
  /* HEADER */
  #matador-page-header {
    margin-top: 135px;
  }
}

@media (min-width: 1025px) {
  /* HEADER */
  #matador-page-header {
    margin-top: 139px;
  }
  #matador-page-header .matador-header {
    position: absolute;
    left: 12%;
    top: calc(50% - 100px);
    font-size: 3.5rem;
    text-transform: uppercase;
    color: #fff !important ;
    display: flex;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
  }
  #matador-page-header .desktop-img {
    display: inline;
    max-height: 80vh;
    object-fit: cover;
    object-position: bottom;
  }

  #matador-page-header .mob-img {
    display: none;
  }

  .tires-images-slider .owl-nav button.owl-next {
    width: 35px;
    height: 20px;
    background: url(../assets/right2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
  }

  .tires-images-slider .owl-nav button.owl-next:hover {
    background: url(../assets/right2.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .tires-images-slider .owl-nav button.owl-prev {
    width: 35px;
    height: 20px;
    background: url(../assets/right2.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateY(180deg);
    margin-left: -5px;
    margin-top: 20px;
  }

  .tires-images-slider .owl-nav button.owl-prev:hover {
    background: url(../assets/right2.png);
    transform: rotateY(180deg);
    background-repeat: no-repeat;
    background-position: center;
  }
}

.upper-case {
  text-transform: uppercase;
}
