.sponsored {
  width: 100%;
  display: flex
;
  align-items: center;
  transition: .3s;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sponsored img {
  max-width: 1472px;
  border-radius: 0 0 5px 5px;
  width: 100%;
  z-index: 2;
}