.karusele-images {
  overflow: hidden;
}

.karusele-wrapper {
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  width: 300vw;
}

.karusele-wrapper div img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.karusele-header {
  height: 100vh;
}

.karusele-nav {
  margin-top: 40%;
}

.text-positions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25%;
  padding-bottom: 5%;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .text-positions {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.custom-positions {
  display: flex;
  position: absolute;
  bottom: 10%;
  z-index: 10;
  gap: 5px;
  left: 50%;
}

@media only screen and (max-width: 980px) {
  .custom-positions {
    left: 45%;
  }
}

.custom-left-side {
  background-color: #2a2a2a;
}

.custom-link-border {
  border-color: hsla(0, 0%, 16%, 0);
}

.custom-link-border:hover {
  border-color: white;
}
