.swiper {
        width: 100%;
        height: 90%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        /*background: #fff;*/

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-pagination-bullet {
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 18px;
        color: #fff;
        opacity: 1;
        background: rgb(155 13 12 / 75%)
      }

      .swiper-pagination-bullet-active {
        color: #fff;
        background: #000;
      }
	  .slider_title
	  {
		  opacity: .79; background-color: #000000aa; height: 30%; left: 0; right: 0; position: absolute; width: 100%; z-index: 1;
	  }
	  .slider_title p
	  {
		  color:#fff; font-size:26px; font-weight:900; margin-top: 22px;
	  }
	  @media screen and (max-width: 1300px) {
		  .slider_title {
			bottom: -10px;
		  }
		}
		@media screen and (min-width: 1300px) {
		  .slider_title {
			bottom: -120px;
		  }
		}