.articles-wrapper .oil-image {
  height: 150%;
  width: -webkit-fill-available;
  object-fit: scale-down;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
  max-height: 100px;
}
.articles-wrapper .oil-title {
  font-size: 45px;
  color: black;
  margin-top: 30px;
}
.articles-wrapper .oil-item-text {
  color: black;
  font-weight: normal;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.articles-wrapper .oil-item-price-text {
  font-weight: bold;
}
.articles-wrapper .oil-slider-bottom-text-wrapper {
  margin-top: 15px;
}
.articles-wrapper .oil-slider-bottom-text {
  color: black;
  font-weight: normal;
}
.articles-wrapper .oil-slider-items-wrapper {
  margin-top: 15px;
  position: relative;
}
.articles-wrapper .articles-wrapper {
  margin-top: 30px;
}
.articles-wrapper .prev,
.articles-wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 15%;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  color: black;
  font-weight: lighter;
  user-select: none;
  transform: translateY(50%);
  text-decoration: none;
}
@media (max-width: 480px) {
  .articles-wrapper .prev,
  .articles-wrapper .next {
    top: 30%;
  }
}
.articles-wrapper .prev {
  margin-left: -5px;
  z-index: 1;
}
@media (min-width: 992px) {
  .articles-wrapper .prev {
    margin-left: -12px;
  }
}
.articles-wrapper .next {
  margin-right: 0px;
  z-index: 1;
}
@media (min-width: 768px) {
  .articles-wrapper .next {
    margin-right: -5px;
  }
}
@media (min-width: 992px) {
  .articles-wrapper .next {
    margin-right: -12px;
  }
}
.articles-wrapper .prev:hover,
.articles-wrapper .next:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none;
  font-weight: lighter;
}
.articles-wrapper .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.articles-wrapper .prev:hover,
.articles-wrapper .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.articles-wrapper .active,
.articles-wrapper .dot:hover {
  background-color: #717171;
}
.articles-wrapper .fade-in {
  animation: fadeIn ease 0.8s;
  -webkit-animation: fadeIn ease 0.8s;
  -moz-animation: fadeIn ease 0.8s;
  -o-animation: fadeIn ease 0.8s;
  -ms-animation: fadeIn ease 0.8s;
}
.articles-wrapper .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.articles-wrapper .oil-slider-oil-box {
  padding: 15px 0;
}
.articles-wrapper .oil-slider-icon {
  color: #69BF28;
  font-size: 25px;
}
.articles-wrapper .oil-slider-icon > a:visited {
  color: #69BF28;
  text-decoration: none;
}
.articles-wrapper .oil-slider-icon:link {
  color: #69BF28;
}
.articles-wrapper .oil-slider-icon:hover {
  color: #69BF28;
  text-decoration: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=branch-oil-slider.css.map */