/* ZAŽELI BANNER */
#animated-banner {
  position: relative; 
}
#banner-arrows {
  position: absolute;
  right: 65px; 
  top: 50%; 
  transform: translateY(-50%); 
  display: flex; 
  align-items: center;
}
.banner-zazeli img {
    width: 100%;
    max-width: 100% !important;
	min-height: 70px !important;
	object-fit: cover!important;
    margin-top: 30px;
    margin-bottom: 20px !important;
}
.zazeli-link {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media(max-width: 1025px){
	#banner-arrows {
	  right: 10px; 
	}
	#banner-arrows svg {
		width: 160px;
	}
}
@media (max-width: 768px) {
    #banner-arrows svg {
        width: 110px;
    }
}
@media (max-width: 500px) {
    #banner-arrows svg {
        width: 50px;
    }
}
@media(max-width: 350px){
	.banner-zazeli img {
		min-height: 63px !important;
	}
} 