/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* prevent vertical scroll bar glitch */
html { overflow-y: scroll; }

.carousel3 {
  height: auto!important;
}

.carousel-cell3 {
  width: 100%;
  height: auto;
  margin-right: 10px;
}


.flickity-button {
    background: #fff!important;
}

.flickity-button:hover {
  background: #fff!important;
}


.carousel4 {
  margin-bottom: 70px;

}

.carousel-cell4 {
  width: 50%;
  height: 425px;
  margin-right: 10px;
  position: relative;
  overflow: visible;
}


.ame-sec2 > .flickity-button {
  background: red!important;
}

.flickity-button:hover {
  background: none;
}
