/*

Add custom styles here

*/

#supporting {
  display: none;
}

.musso-image-slider {
  max-height: 350px;
}

.switch .columns .column:first-of-type {
  order: 2;
}

.text-with-slider p {
  margin-top: 1.5rem;
}

.slick-track { 
  display: flex; 
  align-items: stretch; 
}

.slick-slide { 
  height: auto; 
  flex: 1; 
}

.slick-slide > div {
  height: 100%;
}

.slick-slide img {
  height: 100%;
  max-height: 330px;
}

.has-no-decor {
  text-decoration: none;
}

.is-fixed-width {
  min-width: 200px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 1rem 1rem.75rem;
  font-family: "Mostra Nuova W05 Regular", sans-serif;
}

.opentable:hover {
  cursor: pointer;
}

@media (min-width: 40em) {
  .is-fixed-width {
    margin: 0 0.75rem 0.75rem;
  }
}