swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
  text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 275px;
    margin-bottom: 40px;
    position: relative;
		background-size:100%;
		border-radius:7px;
		
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 30px;
    border-radius: 7px;
}


.content-slidy {
    text-align: left;
    font-size: 12px;
    background: url(../../../images/red/bgslider.png);
    margin: 0px 20px;
    margin-left: 66px;
    background-position: left;
    border-radius: 15px;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

h1.title-slider {
    font-size: 22px;
    color: #fff;
    max-width: 75%;
    padding: 0;
    margin: 10px 0px;
}

p.text-slider {
    color: #fff;
    font-size: 13px;
    max-width: 75%;
    font-weight: 300;
}

a.button-slider {
    padding: 10px 15px;
    display: inline-block;
    background: #0e6dc9;
    margin-bottom: 10px;
    border-radius: 7px;
    box-shadow: 0px 1px 10px #346f83;
}

a.button-slider:hover {
	opacity:0.5;transition:1s;
}


		