.ad-block {
  position: relative;
  overflow: hidden;
  min-height: 90px;
}

.ad-item img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.ad-item {
  width: 100%;
  height: auto;
}

.ads-track {
    transition: transform 0.6s ease;
}
.ads-sidebar {
    position: relative;
    overflow: hidden;
}

.ads-track {
    position: relative;
    transition: transform 0.6s ease;
}



