body {
  overflow-x: hidden;
}

.text-centered {
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Carousel Fixes */
.alice-carousel__dots {
    position: absolute;
    left: 30px;
    top: 0;
}

.alice-carousel__dots-item:not(.__custom) {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px !important;
}

.alice-carousel li.alice-carousel__stage-item:not(.__cloned)  img {
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .alice-carousel li.alice-carousel__stage-item:not(.__cloned) img {
    height: 300px !important;
    width: auto !important;
  }
}
