.carouselPostTypeSlider .content {
    display: flex;
    height: 21vw;
}
.carouselPostTypeSlider.mobile {
  display: none;
}

.carouselPostTypeSlider .post-title {
    font-family: 'Ballinger', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: white;
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: 20px !important;
    text-decoration: none !important;
    margin-top: 20px!important;
    line-height: 2vw;
}

.carouselPostTypeSlider .post-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: white !important;
    font-size: 1.1vw;
    margin-bottom: 20px;
}

.carouselPostTypeSlider button:hover {
    background-color: rgba(255, 255, 255, 0);
}

.carouselPostTypeSlider button:focus {
    background-color: rgba(255, 255, 255, 0);
}

.carouselPostTypeSlider .fImages {
    width: 10vw;
    height: 12vw;
}

.carouselPostTypeSlider .post-fImage {
    width: 10vw;
    height: 12vw;
    object-fit: cover;
}

.carouselPostTypeSlider .post {
    max-width: 35%;
    max-height: 400px;
    margin-left: 16%;
    margin-right: 0%;
}

.carouselPostTypeSlider .carousel-control-prev {
    align-items: baseline;
    width: 30px;
    left: -4%;
    top: 0;
}

.carouselPostTypeSlider .carousel-control-next {
    align-items: baseline;
    width: 30px;
    right: 88%;
    top:0;
}

.carouselPostTypeSlider .slides-counter {
    color: #fff;
    font-size: 1.2vw;
}

.carouselPostTypeSlider .slides-counter-box {
    position: absolute;
    top: 0%;
    left: 2%;
}

/* .carousel-control-prev-icon{
    background-image: url(http://projekt.mp-dev.awf.wroc.pl/wp-content/uploads/sites/39/2021/11/Arrow-left-short-1.svg);
    background-size: 2.5vw;
}
*/
/* .carousel-control-next-icon{
    background-image: url(https://mp-dev.awf.wroc.pl/wp-content/uploads/2021/11/Group-244-1.svg);
    background-size: 20px;
} */


/*TABLET*/

@media (min-width:781px) and (max-width: 1200px){
    .carouselPostTypeSlider .post-title{
        font-size: 1.8vw;
    }

    .carouselPostTypeSlider .post-description{
        font-size: 1.5vw;
    }

    .carouselPostTypeSlider .slides-counter {
        color: white;
        font-size: 1.8vw;
    }

    .carouselPostTypeSlider .content{
        height: 30vw;
    }


}


/*MOBILKA*/
@media (max-width:781px){
    .carouselPostTypeSlider:not(.mobile) {
      display: none;
    }
    .carouselPostTypeSlider.mobile {
      display: block;
    }
    .carouselPostTypeSlider .post-title{
        font-size: 20px;
    }

    .carouselPostTypeSlider .post-description{
        font-size: 18px;
    }

    .carousel-control-next, .carousel-control-prev{
        height:30px;
    }

    .carouselPostTypeSlider .slides-counter {
        color: white;
        font-size: 20px;
        margin-left: 15vw;
        margin-top: -2%;
        width: 100%;
    }

    .carouselPostTypeSlider .content{
        height: auto;
        justify-content: flex-start;
        margin-top: 70px;
    }

    .carouselPostTypeSlider .post-fImage{
        width: 100%;
        height: 200px;
    }

    .carouselPostTypeSlider .fImages{
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }

    .carouselPostTypeSlider .post{
        margin-left:5%!important;
        margin-right: 5%;
        max-width: 100%;
    }

    #page .carouselPostTypeSlider .carousel-control-next{
        left:30vw;
    }

    #page .carouselPostTypeSlider .carousel-control-prev{
        left: 5%;
    }


}


@media (max-width:1200px) {
    .carouselPostTypeSlider .mobile {
      display: none;
    }

    .carouselPostTypeSlider .carousel-control-next {
        right: 88.5%
    }
}

@media (max-width:950px) {
    .carouselPostTypeSlider .carousel-control-next {
        right: 87%
    }
    .carouselPostTypeSlider .post {
        margin-left: 20%;
    }
}

@media (max-width:800px) {
    .carouselPostTypeSlider .carousel-control-next {
        right: 85%
    }
    .carouselPostTypeSlider .carousel-control-prev {
        left: 1%
    }
}

@media (max-width:600px) {
    .carouselPostTypeSlider .carousel-control-next {
        right: 83%
    }
    .carouselPostTypeSlider .post {
        left: 0.5%
    }
}
