/*bannerkép felett kisebb hely*/
@media only screen and (max-width: 768px) {
  .banner-item__image,
  .banner-item__image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
  }
}