/* ALL FINANCE — 35 yillik tepa banner */

.af-top-banner {
  width: 100%;
  background: #08245c;
  line-height: 0;
  overflow: hidden;
}

.af-top-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

/* Juda katta ekranlarda banner haddan tashqari baland bo‘lib ketmasin */
@media (min-width: 1400px) {
  .af-top-banner img {
    width: 100%;
    height: auto;
  }
}

/* Planshet */
@media (max-width: 1024px) {
  .af-top-banner {
    background: #08245c;
  }

  .af-top-banner img {
    width: 100%;
    height: auto;
    min-height: 120px;
    object-fit: cover;
    object-position: center center;
  }
}

/* Telefon */
@media (max-width: 640px) {
  .af-top-banner img {
    width: 100%;
    height: 96px;
    object-fit: cover;
    object-position: center center;
  }
}
