/* User styles */
@media screen and (min-width: 911px) {
  .ant-carousel {
    max-width: 810px;
  }
    .ant-carousel2 {
    max-width: 760px;
  }
}

@media screen and (min-width: 641px) and (max-width: 910px) {
  .ant-carousel {
    max-width: 540px;
  }
    .ant-carousel2 {
    max-width: 540px;
  }
}

@media screen and (max-width: 640px) {
  .ant-carousel {
    max-width: 250px;
  }
    .ant-carousel2 {
    max-width: 220px;
  }
}

@media screen and (max-width: 357px) {
  .ant-carousel {
    max-width: 220px;
  }
    .ant-carousel2 {
    max-width: 220px;
  }
}

.ant-carousel {
  margin: 15px auto auto;
  padding-top: 10px;
  background-color: white;
}

.ant-carousel2 {
  margin: 15px auto auto;
  padding-top: 10px;
  background-color: white;
}

.ant-carousel-element {
  width: 270px;
  text-align: center;
}

.ant-carousel-element2 {
  width: 190px;
  text-align: center;
}

/* General styles */
.ant-carousel {
  width: auto;
  position: relative;
}

.ant-carousel2 {
  width: auto;
  position: relative;
}

.ant-carousel-hider {
  overflow: hidden;
}

.ant-carousel-hider2 {
  overflow: hidden;
}

.ant-carousel-list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.ant-carousel-list2 {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

.ant-carousel-element {
  display: block;
  flex: 0 0 auto;
}

.ant-carousel-element2 {
  display: block;
  flex: 0 0 auto;
}

/* Navigation item styles */
div.ant-carousel-arrow-left,
div.ant-carousel-arrow-right {
  width: 42px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 32;
}

div.ant-carousel-arrow-left2,
div.ant-carousel-arrow-right2 {
  width: 42px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 32;
}


div.ant-carousel-arrow-left {
  left: -45px;
  top: 40%;
  display: block;
  background: url("../img/arrow_left.svg") no-repeat;
}

div.ant-carousel-arrow-left2 {
  left: -45px;
  top: 40%;
  display: block;
  background: url("../img/arrow_left.svg") no-repeat;
}

div.ant-carousel-arrow-right {
  right: -45px;
  top: 40%;
  display: block;
  background: url("../img/arrow_right.svg") no-repeat;
}

div.ant-carousel-arrow-right2 {
  right: -45px;
  top: 40%;
  display: block;
  background: url("../img/arrow_right.svg") no-repeat;
}

div.ant-carousel-arrow-left:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-left2:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-right:hover {
  opacity: 1.0;
}

div.ant-carousel-arrow-right2:hover {
  opacity: 1.0;
}

div.ant-carousel-dots {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 30;
  text-align: center;
}

div.ant-carousel-dots2 {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 30;
  text-align: center;
}

span.ant-dot {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}

span.ant-dot2 {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  padding: 0;
  display: inline-block;
  background-color: #BBB;
  border-radius: 5px;
  cursor: pointer;
}