.banners a:nth-child(1) img {
  width: auto !important;
}
@media screen and (min-width: 1px) and (max-width: 830px) {
  .banners a:nth-child(1) {
    width: auto !important;
    height: auto !important;
  }
}
