.main-wrapper {
  max-width: 1616px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 0 30px;
  position: relative;
}
.main-banner__viewport {
  overflow: hidden;
  width: 100%;
}

.main-banner__container {
  display: flex;
  gap: 10px;
}

.main-banner {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 0.739/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.main-banner__link {
  display: block;
  width: 100%;
  height: 100%;
}

.main-banner__first {
  background-image: url("https://www.zilkahodinky.cz/user/documents/upload/main-banners/3.png");
}
.main-banner__second {
  background-image: url("https://www.zilkahodinky.cz/user/documents/upload/main-banners/4.png");
}
.main-banner__third {
  background-image: url("https://www.zilkahodinky.cz/user/documents/upload/main-banners/5.png");
}

.prevArrow,
.nextArrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  font-size: 0px;
  border: none;
  border-radius: 50%;
  background: transparent;
  z-index: 100;
  cursor: pointer;
}
.prevArrow {
  left: 0px;
}
.nextArrow {
  right: 0px;
}

.main-wrapper .nextArrow::before,
.main-wrapper .prevArrow::before {
  content: "\e910" !important;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  width: 32px !important;
  height: 32px;
  background: none !important;
  color: #dadada !important;
  font-size: 20px !important;
  font-family: "shoptet";
  font-weight: 400;
  line-height: 1.5;
}

.main-wrapper .nextArrow::before {
  content: "\e910" !important;
}
.main-wrapper .prevArrow::before {
  content: "\e90f" !important;
}

@media (max-width: 992px) {
  .main-banner__container {
    overflow-x: scroll;
  }
  .main-banner__container::-webkit-scrollbar {
    display: none;
  }

  .main-banner {
    width: calc((100% - 20px) / 2.15);
  }
}

@media (min-width: 768px) {
  .main-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 500px) {
  .main-wrapper {
    padding: 0 20px;
  }

  .main-banner {
    width: calc((100% - 20px) / 1.15);
  }
}
