.mod_infoCarousel .carousel .item>.bg {
    background-repeat: no-repeat;
    background-position: center center;
}

.mod_infoCarousel .carousel .item>.bg.bg-cover {
    background-size: cover;
}

.mod_infoCarousel .carousel .item>.bg.bg-contain {
    background-size: contain;
}

.mod_infoCarousel .carousel .item>.bg.ratio-16to9 {
    padding-top: 56.25%;
}

.mod_infoCarousel .carousel .item>.bg.ratio-4to3 {
    padding-top: 75%;
}

.mod_infoCarousel .carousel .carousel-caption {
    display: block;
    left: 15%;
    right: 15%;
    padding: 30px 0px;
}

.mod_infoCarousel .carousel .carousel-caption.v-center {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .mod_infoCarousel .carousel .carousel-caption {
        left: 20%;
        right: 20%;
    }
}

.mod_infoCarousel .carousel .carousel-control {
    display: block;
}