
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}
.right{
  text-align: right;
}


.padding-small{
  padding: 10px;
}

.letter-gigant{
  font-size: 50px;
  color: white;
  font-weight: bold; 
}

.img-carousel{
  width: 65%;
  display: inline-block;
  text-align: center;
  padding: 5px;
}

.img-size{
  height: 340px;
  padding: 10px 10px 5px 0px;
}

.button-carousel{
  padding: 40px;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  border: 0;
}

.carousel-content{
  border: 1px solid white;
  border-radius: 60px;
  padding: 0px;
  width: 65%;
}

.hidden-carpusel{
  display: none;
}


  @media screen and (max-width: 1368px) {
    .carousel-content{
    width: 75%;
    }

    .img-size{
      width: 335px;
      height: auto;
    }

    .letter-gigant{
      font-size: 45px;
    }
  }

@media screen and (max-width: 980px) {
    .button-carousel-container{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .letter-gigant{
    font-size: 40px;
    text-align: center;
  }

  .right{
  display: none;
}

.img-size{
  width: 300px;
  height: auto;
}

.carousel-content{
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
  .img-change{
    height: 60px;
  }
}