.climate__destinations__container {
  display: block;
  float: right;
}
.climate__destinations__container select {
  padding: 5px;
  border: 1px solid var(--carousel-item-border-color);
}

:root {
  --carousel-item-width: 220px;
}

@media screen and (min-width: 769px) {
  :root {
    /*       --carousel-width:calc(959px - 15px - 15px); // Full width minus left and right padding
           --carousel-list-max-width:calc(959px - 15px - 15px); // Full width minus left and right padding
           --carousel-list-width: calc(959px - 15px - 15px); // Full width minus left and right padding*/
  }
  #carousel-climateslider {
    position: relative;
    z-index: 0;
  }
}