.banners .banner-background {
    background-position: 50% 50%;
    background-size: cover;
}

.banners .ts-carousel .tns-nav {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
}

.banners .ts-carousel .tns-outer .p-arrows {
    padding: 0 !important;
}

.banners .banners__imageFIlter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(122, 33, 128, 0.4) 0%, #000000 100%);
    opacity: 0.4;
}

.banners .banner {
    position: relative;
}

.banners .banner-image {
    width: 100%;
    height: auto;
}

    .banners .banner-image img {
        width: 100%;
    }

.banners .banner-text {
    position: absolute;
    padding: 2rem;
    top: 0;
    bottom: 0;
}

    .banners .banner-text .title-container {
        gap: 0;
        width: 100%;
    }

        .banners .banner-text .title-container h1,
        .banners .banner-text .title-container p {
            margin: 0;
        }

.banners .tp-video-media {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden
}

    .banners .tp-video-media .tp-video-media__video {
        border: 0;
        width: 100%;
        height: 100%
    }

.banners .banner-text.small .text-title {
    font-size: 2rem;
}

.banners .banner-text.large .text-title {
    font-size: 2.5rem;
}

.banners .banner-text.very-large .text-title {
    font-size: 3rem;
}

@media (min-width:768px) {
    .banners .banner-text.small .text-title {
        font-size: 2.25rem;
    }

    .banners .banner-text.large .text-title {
        font-size: 3.4rem;
    }

    .banners .banner-text.very-large .text-title {
        font-size: 4rem;
    }
}

@media (min-width:992px) {

    .banners .banner-text.large .text-title {
        font-size: 4rem;
    }

    .banners .banner-text.very-large .text-title {
        font-size: 5rem;
    }
}
