/* COLORS */
/* COLORS */
.swiper-container {
  height: 70%; }
  .swiper-container .swiper {
    position: absolute;
    width: 60%;
    right: 0; }
    .swiper-container .swiper .swiper-slide {
      text-align: left;
      font-size: 18px;
      background: #fff;
      transition: .3s;
      margin: 0 0 25px; }
      .swiper-container .swiper .swiper-slide a {
        color: #2A2A2A; }
        .swiper-container .swiper .swiper-slide a img {
          width: 100%; }
        .swiper-container .swiper .swiper-slide a:hover {
          text-decoration: none;
          transform: scale(1.05);
          z-index: 8000; }
        .swiper-container .swiper .swiper-slide a .bg-white {
          border-radius: 1rem !important; }
      .swiper-container .swiper .swiper-slide:hover {
        transform: scale(1.05);
        z-index: 8000; }
  .swiper-container .swiper-scrollbar {
    margin-top: 30px; }

@media screen and (max-width: 767px) {
  .swiper-container {
    /*height: 600px !important;*/ }
    .swiper-container .swiper {
      width: 100% !important;
      position: relative; } }
@media screen and (max-width: 990px) {
  .swiper-container {
    height: 40% !important; } }

/*# sourceMappingURL=swiper.css.map */
